cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
Step
gherkin
step
struct
Step {
string
keyword
;
string
text
;
Location
location
;
@
serializationIgnoreOut
Scenario
parent
;
string
id
;
@
serializationIgnoreOutIf
!`a.isNull`
Nullable
!
DocString
docString
;
@
serializationIgnoreOutIf
!`a.isNull`
Nullable
!
DataTable
dataTable
;
}
Members
Variables
dataTable
Nullable
!
DataTable
dataTable
;
docString
Nullable
!
DocString
docString
;
id
string
id
;
keyword
string
keyword
;
location
Location
location
;
parent
Scenario
parent
;
text
string
text
;
Meta
Source
See Implementation
gherkin
step
structs
Step