Inherits from KWBlockNode : NSObject
Conforms to KWExampleNode
Declared in KWItNode.h

Properties

context

@property (nonatomic, retain, readonly) KWContextNode *context

example

@property (nonatomic, assign) KWExample *example

Class Methods

itNodeWithCallSite:description:context:block:

+ (id)itNodeWithCallSite:(KWCallSite *)aCallSite description:(NSString *)aDescription context:(KWContextNode *)context block:(KWVoidBlock)aBlock