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

Properties

lastInContext

@property (nonatomic, retain) KWContextNode *lastInContext

suite

@property (nonatomic, assign) KWExampleSuite *suite

Instance Methods

addAsyncVerifierWithExpectationType:callSite:timeout:

- (id)addAsyncVerifierWithExpectationType:(KWExpectationType)anExpectationType callSite:(KWCallSite *)aCallSite timeout:(NSInteger)timeout

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

runWithDelegate:

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