Scenario

Constructors

this
this(string keyword, string name, Location location, bool isBackground, string uri, Comment[] comments)

Members

Variables

comments
Comment[] comments;
description
string description;
examples
Examples[] examples;
id
Nullable!string id;
isBackground
bool isBackground;
isScenarioOutline
bool isScenarioOutline;
steps
Step[] steps;
tags
Tag[] tags;
uri
string uri;

Inherited Members

From Base

keyword
string keyword;
name
string name;
location
Location location;

Meta