Properties
currentExample
@property (nonatomic, retain) KWExample *currentExample
exampleSuite
@property (nonatomic, retain, readonly) KWExampleSuite *exampleSuite
focusedCallSite
@property (nonatomic, retain) KWCallSite *focusedCallSite
isBuildingExampleGroup
@property (nonatomic, readonly) BOOL isBuildingExampleGroup
Instance Methods
addItNodeWithCallSite:description:block:
- (void)addItNodeWithCallSite:(KWCallSite *)aCallSite description:(NSString *)aDescription block:(KWVoidBlock)aBlock
addPendingNodeWithCallSite:description:
- (void)addPendingNodeWithCallSite:(KWCallSite *)aCallSite description:(NSString *)aDescription
buildExampleGroups:
- (KWExampleSuite *)buildExampleGroups:(void ( ^ ) ( void ))buildingBlock
currentExample
- (KWExample *)currentExample
focusWithURI:
- (void)focusWithURI:(NSString *)nodeUrl
foundFocus
- (BOOL)foundFocus
isFocused
- (BOOL)isFocused
popContextNode
- (void)popContextNode
pushContextNodeWithCallSite:description:
- (void)pushContextNodeWithCallSite:(KWCallSite *)aCallSite description:(NSString *)aDescription
setAfterAllNodeWithCallSite:block:
- (void)setAfterAllNodeWithCallSite:(KWCallSite *)aCallSite block:(KWVoidBlock)aBlock
setAfterEachNodeWithCallSite:block:
- (void)setAfterEachNodeWithCallSite:(KWCallSite *)aCallSite block:(KWVoidBlock)aBlock
setBeforeAllNodeWithCallSite:block:
- (void)setBeforeAllNodeWithCallSite:(KWCallSite *)aCallSite block:(KWVoidBlock)aBlock
setBeforeEachNodeWithCallSite:block:
- (void)setBeforeEachNodeWithCallSite:(KWCallSite *)aCallSite block:(KWVoidBlock)aBlock
setRegisterMatchersNodeWithCallSite:namespacePrefix:
- (void)setRegisterMatchersNodeWithCallSite:(KWCallSite *)aCallSite namespacePrefix:(NSString *)aNamespacePrefix