Sha256: 34e863fbce2547c01c406b06bc8712ffd21a6d2577b3323367bf05adb197beab
Contents?: true
Size: 549 Bytes
Versions: 9
Compression:
Stored size: 549 Bytes
Contents
#import <Foundation/Foundation.h> #import "GHScenarioDefinition.h" @class GHExamples; @interface GHScenarioOutline : GHScenarioDefinition @property (nonatomic, readonly) NSArray<GHExamples *> * examples; @property (nonatomic, readonly) NSArray<GHTag *> * tags; - (id)initWithTags:(NSArray<GHTag *> *)theTags location:(GHLocation *)theLocation keyword:(NSString *)theKeyword name:(NSString *)theName description:(NSString *)theDescription steps:(NSArray<GHStep *> *)theSteps examples:(NSArray<GHExamples *> *)theExamples; @end
Version data entries
9 entries across 9 versions & 1 rubygems