Inherits from SenTestCase
Declared in SPTSenTestCase.h

Properties

SPT_invocation

@property (nonatomic, assign) NSInvocation *SPT_invocation

SPT_run

@property (nonatomic, assign) SenTestCaseRun *SPT_run

Class Methods

SPT_spec

+ (SPTSpec *)SPT_spec

Instance Methods

SPT_defineSpec

- (void)SPT_defineSpec

SPT_getCurrentExample

- (SPTExample *)SPT_getCurrentExample

SPT_runExampleAtIndex:

- (void)SPT_runExampleAtIndex:(NSUInteger)index

SPT_setCurrentSpecWithFileName:lineNumber:

- (void)SPT_setCurrentSpecWithFileName:(const char *)fileName lineNumber:(NSUInteger)lineNumber

SPT_unsetCurrentSpec

- (void)SPT_unsetCurrentSpec