Scenario

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