ScenarioResult

Members

Functions

opOpAssign
ScenarioResult opOpAssign(StepResult val)

Mixins

__anonymous
mixin isResult
Undocumented in source.
__anonymous
mixin property!(string, "scenario", "keyword")
Undocumented in source.
__anonymous
mixin property!(string, "scenario", "name")
Undocumented in source.
__anonymous
mixin property!(string, "scenario", "description")
Undocumented in source.
__anonymous
mixin property!(ulong, "scenario.location", "line")
Undocumented in source.

Properties

comments
Comment[] comments [@property getter]
steps
StepResult[] steps [@property getter]
tags
Tag[] tags [@property getter]
type
string type [@property getter]

Variables

exampleNumber
ulong exampleNumber;
id
string id;
location
string location;
result
Result result;
resultSummary
ResultSummary resultSummary;
scenario
Scenario scenario;
scenarioTags
GherkinTag[] scenarioTags;
stepResults
StepResult[] stepResults;
time
Duration time;

Mixed In Members

From mixin isResult

isResult
mixintemplate isResult(string result)
Undocumented in source.
__anonymous
mixin isResult!"failed"
Undocumented in source.
__anonymous
mixin isResult!"skipped"
Undocumented in source.
__anonymous
mixin isResult!"undefined"
Undocumented in source.
__anonymous
mixin isResult!"passed"
Undocumented in source.

Meta