Sha256: 4f36473140799d9c5d4068e36987334ceb7952c07c2a53a4ae6f910a643d6359
Contents?: true
Size: 741 Bytes
Versions: 18
Compression:
Stored size: 741 Bytes
Contents
#import <XCTest/XCTest.h> #import "XCTestCase+Specta.h" @class SPTSpec , SPTExample ; @interface SPTXCTestCase : XCTestCase @property (nonatomic, strong) NSInvocation *spt_invocation; @property (nonatomic, strong) XCTestCaseRun *spt_run; @property (nonatomic, assign) BOOL spt_skipped; @property (nonatomic, assign, readonly, getter = spt_isPending) BOOL spt_pending; + (BOOL)spt_isDisabled; + (void)spt_setDisabled:(BOOL)disabled; + (BOOL)spt_focusedExamplesExist; + (SPTSpec *)spt_spec; - (void)spt_setCurrentSpecWithFileName:(const char *)fileName lineNumber:(NSUInteger)lineNumber; - (void)spt_defineSpec; - (void)spt_unsetCurrentSpec; - (void)spt_runExampleAtIndex:(NSUInteger)index; - (SPTExample *)spt_getCurrentExample; @end
Version data entries
18 entries across 6 versions & 1 rubygems