cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
Feature
gherkin
feature
class
Feature :
Base
{
Scenario
[]
scenarios
;
Nullable
!
Scenario
background
;
Nullable
!
string
description
;
Tag
[]
tags
;
string
language
;
GherkinDocument
parent
;
this
(
string
keyword
,
string
name
,
Location
location
,
ref
GherkinDocument
parent
)
;
}
Constructors
this
this
(
string
keyword
,
string
name
,
Location
location
,
ref
GherkinDocument
parent
)
Members
Variables
background
Nullable
!
Scenario
background
;
description
Nullable
!
string
description
;
language
string
language
;
parent
GherkinDocument
parent
;
scenarios
Scenario
[]
scenarios
;
tags
Tag
[]
tags
;
Inherited Members
From Base
keyword
string
keyword
;
name
Nullable
!
string
name
;
location
Location
location
;
toJSON
JSONValue
toJSON
()
Meta
Source
See Implementation
gherkin
feature
classes
Feature