KWExample Class Reference
Inherits from | NSObject |
Conforms to | KWExampleNodeVisitor KWReporting |
Declared in | KWExample.h |
Tasks
-
lastInContexts
property -
suite
property -
unassignedVerifier
property -
– initWithExampleNode:
-
– addVerifier:
-
– addExistVerifierWithExpectationType:callSite:
-
– addMatchVerifierWithExpectationType:callSite:
-
– addAsyncVerifierWithExpectationType:callSite:timeout:shouldWait:
-
– reportFailure:
-
– runWithDelegate:
-
– generateDescriptionForAnonymousItNode
-
– isLastInContext:
-
– descriptionWithContext
Instance Methods
addAsyncVerifierWithExpectationType:callSite:timeout:shouldWait:
- (id)addAsyncVerifierWithExpectationType:(KWExpectationType)anExpectationType callSite:(KWCallSite *)aCallSite timeout:(NSInteger)timeout shouldWait:(BOOL)shouldWait
addExistVerifierWithExpectationType:callSite:
- (id)addExistVerifierWithExpectationType:(KWExpectationType)anExpectationType callSite:(KWCallSite *)aCallSite