cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
GherkinDocument
gherkin
document
struct
GherkinDocument {
string
uri
;
string
[]
document
;
Nullable
!
Feature
feature
;
Comment
[]
comments
;
JSONValue
toJSON
()
;
}
Members
Functions
toJSON
JSONValue
toJSON
()
Variables
comments
Comment
[]
comments
;
document
string
[]
document
;
feature
Nullable
!
Feature
feature
;
uri
string
uri
;
Meta
Source
See Implementation
gherkin
document
structs
GherkinDocument