#import @class TestResult; @protocol Test + (id)testWithName:(NSString *)name; - (int)countTestCases; - (void)run:(TestResult *)result; @end