Sha256: 5a75ad672223f994c4c366d4d24b19e401be56ce62d1fd4d01a939c8209476c2

Contents?: true

Size: 813 Bytes

Versions: 9

Compression:

Stored size: 813 Bytes

Contents

#import <Foundation/Foundation.h>
@interface GHGherkinLanguageSetting : NSObject

@property (nonatomic, strong) NSString            * name;
@property (nonatomic, strong) NSString            * native;
@property (nonatomic, strong) NSArray<NSString *> * feature;
@property (nonatomic, strong) NSArray<NSString *> * background;
@property (nonatomic, strong) NSArray<NSString *> * scenario;
@property (nonatomic, strong) NSArray<NSString *> * scenarioOutline;
@property (nonatomic, strong) NSArray<NSString *> * examples;
@property (nonatomic, strong) NSArray<NSString *> * given;
@property (nonatomic, strong) NSArray<NSString *> * when;
@property (nonatomic, strong) NSArray<NSString *> * then;
@property (nonatomic, strong) NSArray<NSString *> * and;
@property (nonatomic, strong) NSArray<NSString *> * but;

@end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
xcfit-2.0.6 XCFit/Classes/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.9.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.8.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.7.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.6.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.5.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.4.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.3.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h
xcfit-0.2.0 XCFitDemo/XCFitDemoCucumberishTests/Cucumberish/Dependencies/Gherkin/GHGherkinLanguageSetting.h