Feature

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