Inherits from NSObject
Conforms to KWExampleNode
Declared in KWContextNode.h

Properties

afterAllNode

@property (nonatomic, readwrite, retain) KWAfterAllNode *afterAllNode

afterEachNode

@property (nonatomic, readwrite, retain) KWAfterEachNode *afterEachNode

beforeAllNode

@property (nonatomic, readwrite, retain) KWBeforeAllNode *beforeAllNode

beforeEachNode

@property (nonatomic, readwrite, retain) KWBeforeEachNode *beforeEachNode

callSite

@property (nonatomic, readonly) KWCallSite *callSite

description

@property (nonatomic, readonly) NSString *description

isFocused

@property (nonatomic) BOOL isFocused

nodes

@property (nonatomic, readonly) NSArray *nodes

parentContext

@property (nonatomic, readonly) KWContextNode *parentContext

registerMatchersNode

@property (nonatomic, readwrite, retain) KWRegisterMatchersNode *registerMatchersNode

Class Methods

contextNodeWithCallSite:parentContext:description:

+ (id)contextNodeWithCallSite:(KWCallSite *)aCallSite parentContext:(KWContextNode *)contextNode description:(NSString *)aDescription

Instance Methods

acceptExampleNodeVisitor:

- (void)acceptExampleNodeVisitor:(id<KWExampleNodeVisitor>)aVisitor

addContextNode:

- (void)addContextNode:(KWContextNode *)aNode

addItNode:

- (void)addItNode:(KWItNode *)aNode

addPendingNode:

- (void)addPendingNode:(KWPendingNode *)aNode

initWithCallSite:parentContext:description:

- (id)initWithCallSite:(KWCallSite *)aCallSite parentContext:(KWContextNode *)node description:(NSString *)aDescription

performExample:withBlock:

- (void)performExample:(KWExample *)example withBlock:(void ( ^ ) ( void ))exampleBlock