Sha256: a77b120375cb79aa1387836bb91ce566b4f15a3d5757f997bb946591437a6736

Contents?: true

Size: 424 Bytes

Versions: 9

Compression:

Stored size: 424 Bytes

Contents

#import <Foundation/Foundation.h>
#import "GHStepArgument.h"

#import "GHHasRowsProtocol.h"
#import "GHHasLocationProtocol.h"

@interface GHDataTable : GHStepArgument <GHHasLocationProtocol, GHHasLocationProtocol>

@property (nonatomic, readonly) GHLocation              * location;
@property (nonatomic, readonly) NSArray<GHTableRow *>   * rows;

- (id)initWithTableRows:(NSArray<GHTableRow *> *)theRows;

@end

Version data entries

9 entries across 9 versions & 1 rubygems

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