cucumber-d v0.5.0 (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, GherkinDocument parent);
JSONValue
toJSON
();
}
Constructors
this
this
(string keyword, string name, Location location, GherkinDocument parent)
Members
Functions
toJSON
JSONValue
toJSON
()
Undocumented in source. Be warned that the author may not have intended to support it.
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