54
55
56
57
58
59
60
61
62
63
64
|
int _fails;
}
- (void)outputTesting: (OFString *)test inModule: (OFString *)module;
- (void)outputSuccess: (OFString *)test inModule: (OFString *)module;
- (void)outputFailure: (OFString *)test inModule: (OFString *)module;
@end
@interface TestsAppDelegate (OFStreamTests)
- (void)streamTests;
@end
|
<
<
<
<
|
54
55
56
57
58
59
60
|
int _fails;
}
- (void)outputTesting: (OFString *)test inModule: (OFString *)module;
- (void)outputSuccess: (OFString *)test inModule: (OFString *)module;
- (void)outputFailure: (OFString *)test inModule: (OFString *)module;
@end
|