cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
Feature
gherkin
feature
class
Feature :
Base
{
@
serializationIgnore
Scenario
[]
scenarios
;
@
serializationIgnore
Nullable
!
Scenario
background
;
@
serializationIgnoreOutIf
!`a.empty`
string
description
;
@
serializationIgnoreOutIf
!`a.empty`
Tag
[]
tags
;
@
serializationIgnore
Comment
[]
comments
;
string
language
;
@
serializationIgnore
string
uri
;
this
(string keyword, string name, Location location, string uri, Comment[] comments);
Child
[]
children
[@property getter];
}
Constructors
this
this
(string keyword, string name, Location location, string uri, Comment[] comments)
Members
Properties
children
Child
[]
children
[@property getter]
Variables
background
Nullable
!
Scenario
background
;
comments
Comment
[]
comments
;
description
string
description
;
language
string
language
;
scenarios
Scenario
[]
scenarios
;
tags
Tag
[]
tags
;
uri
string
uri
;
Inherited Members
From Base
keyword
string
keyword
;
name
string
name
;
location
Location
location
;
Meta
Source
See Implementation
gherkin
feature
classes
Feature