Sha256: 12f3d7f859e21ad9fab2e68bc44bc126e8d6de5527bec18fe3b388100c349973
Contents?: true
Size: 539 Bytes
Versions: 18
Compression:
Stored size: 539 Bytes
Contents
#import <Foundation/Foundation.h> @class SPTExample , SPTExampleGroup ; @interface SPTSpec : NSObject @property (nonatomic, strong) SPTExampleGroup *rootGroup; @property (nonatomic, strong) NSMutableArray *groupStack; @property (nonatomic, strong) NSArray *compiledExamples; @property (nonatomic, strong) NSString *fileName; @property (nonatomic) NSUInteger lineNumber; @property (nonatomic, getter = isDisabled) BOOL disabled; @property (nonatomic) BOOL hasFocusedExamples; - (SPTExampleGroup *)currentGroup; - (void)compile; @end
Version data entries
18 entries across 6 versions & 1 rubygems