Inherits from NSObject
Conforms to KWExampleNodeVisitor
KWReporting
Declared in KWExample.h

Properties

lastInContexts

@property (nonatomic, retain, readonly) NSMutableArray *lastInContexts

suite

@property (nonatomic, assign) KWExampleSuite *suite

unassignedVerifier

@property (nonatomic, assign) id<KWVerifying> unassignedVerifier

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

addMatchVerifierWithExpectationType:callSite:

- (id)addMatchVerifierWithExpectationType:(KWExpectationType)anExpectationType callSite:(KWCallSite *)aCallSite

addVerifier:

- (id)addVerifier:(id<KWVerifying>)aVerifier

descriptionWithContext

- (NSString *)descriptionWithContext

generateDescriptionForAnonymousItNode

- (NSString *)generateDescriptionForAnonymousItNode

initWithExampleNode:

- (id)initWithExampleNode:(id<KWExampleNode>)node

isLastInContext:

- (BOOL)isLastInContext:(KWContextNode *)context

reportFailure:

- (void)reportFailure:(KWFailure *)failure

runWithDelegate:

- (void)runWithDelegate:(id<KWExampleDelegate>)delegate