cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
Examples
gherkin
scenario
struct
Examples {
string
keyword
;
@
serializationIgnoreOutIf
!`a.empty`
string
name
;
Location
location
;
@
serializationIgnoreOutIf
!`a.isNull` @
serializationTransformOut
!`a.get`
Nullable
!
TableRow
tableHeader
;
@
serializationIgnoreOutIf
!`a.empty`
TableRow
[]
tableBody
;
@
serializationIgnoreOutIf
!`a.isNull` @
serializationTransformOut
!`a.get`
Nullable
!
string
description
;
@
serializationIgnoreOutIf
!`a.empty`
Tag
[]
tags
;
}
Members
Variables
description
Nullable
!
string
description
;
keyword
string
keyword
;
location
Location
location
;
name
string
name
;
tableBody
TableRow
[]
tableBody
;
tableHeader
Nullable
!
TableRow
tableHeader
;
tags
Tag
[]
tags
;
Meta
Source
See Implementation
gherkin
scenario
classes
Scenario
structs
Examples