cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
Examples
gherkin
scenario
struct
Examples {
string
keyword
;
@
serializationIgnoreOutIf
!`a.empty`
string
name
;
Location
location
;
@
serializationIgnoreOutIf
!`a.empty`
TableRow
tableHeader
;
@
serializationIgnoreOutIf
!`a.empty`
TableRow
[]
tableBody
;
@
serializationIgnoreOutIf
!`a.empty`
string
description
;
@
serializationIgnore
Comment
[]
comments
;
@
serializationIgnoreOutIf
!`a.empty`
Tag
[]
tags
;
this
(Examples rhs);
this
(string keyword, string name, Location location, TableRow[] tableRows, string description, Comment[] comments);
}
Constructors
this
this
(Examples rhs)
this
this
(string keyword, string name, Location location, TableRow[] tableRows, string description, Comment[] comments)
Members
Variables
comments
Comment
[]
comments
;
description
string
description
;
keyword
string
keyword
;
location
Location
location
;
name
string
name
;
tableBody
TableRow
[]
tableBody
;
tableHeader
TableRow
tableHeader
;
tags
Tag
[]
tags
;
Meta
Source
See Implementation
gherkin
scenario
aliases
Background
classes
Scenario
structs
Examples