cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
Scenario
gherkin
scenario
class
Scenario :
Base
{
Feature
parent
;
bool
isBackground
;
Nullable
!
string
id
;
Step
[]
steps
;
Nullable
!
string
description
;
Examples
[]
examples
;
Tag
[]
tags
;
bool
isScenarioOutline
;
this
(
string
keyword
,
string
name
,
Location
location
,
Feature
parent
,
bool
isBackground
)
;
JSONValue
toJSON
()
;
}
Constructors
this
this
(
string
keyword
,
string
name
,
Location
location
,
Feature
parent
,
bool
isBackground
)
Members
Functions
toJSON
JSONValue
toJSON
()
Variables
description
Nullable
!
string
description
;
examples
Examples
[]
examples
;
id
Nullable
!
string
id
;
isBackground
bool
isBackground
;
isScenarioOutline
bool
isScenarioOutline
;
parent
Feature
parent
;
steps
Step
[]
steps
;
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
scenario
classes
Scenario
structs
Examples