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