KWExampleGroupBuilder Class Reference
Inherits from | NSObject |
Declared in | KWExampleGroupBuilder.h |
Tasks
-
+ sharedExampleGroupBuilder
-
isBuildingExampleGroup
property -
exampleSuite
property -
currentExample
property -
– buildExampleGroups:
-
– currentExample
-
– pushContextNodeWithCallSite:description:
-
– popContextNode
-
– setRegisterMatchersNodeWithCallSite:namespacePrefix:
-
– setBeforeAllNodeWithCallSite:block:
-
– setAfterAllNodeWithCallSite:block:
-
– setBeforeEachNodeWithCallSite:block:
-
– setAfterEachNodeWithCallSite:block:
-
– addItNodeWithCallSite:description:block:
-
– addPendingNodeWithCallSite:description:
Instance Methods
addItNodeWithCallSite:description:block:
- (void)addItNodeWithCallSite:(KWCallSite *)aCallSite description:(NSString *)aDescription block:(KWVoidBlock)aBlock
addPendingNodeWithCallSite:description:
- (void)addPendingNodeWithCallSite:(KWCallSite *)aCallSite description:(NSString *)aDescription
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