GHTestDelegate Protocol Reference
Conforms to | NSObject |
Declared in | GHTest.h |
Tasks
-
– testDidStart:source:
required method -
– testDidUpdate:source:
required method -
– testDidEnd:source:
required method -
– test:didLog:source:
required method
Instance Methods
test:didLog:source:
Test logged a message.
- (void)test:(id<GHTest>)test didLog:(NSString *)didLog source:(id<GHTest>)source
Parameters
- test
Test
- didLog
Message
- source
If tests are nested, than source corresponds to the originator of the delegate call
Declared In
GHTest.h
testDidEnd:source:
Test ended.
- (void)testDidEnd:(id<GHTest>)test source:(id<GHTest>)source
Parameters
- test
Test
- source
If tests are nested, than source corresponds to the originator of the delegate call
Declared In
GHTest.h