Documentation

Functions

All the public Functions in UnitKit

Functions

Default

NSArray * UKTestClasseNamesFromBundle(NSBundle * bundle)

Returns all the test classes present in the given bundle, and sorted by name.

To be a test class, a class (or its superclass) must conform to UKTest protocol.

    NSArray * UKTestMethodNamesFromClass(Class c)

    Returns all the test method names sorted by name, for the given class.

    All the superclass methods are collected (until the root class is reached).