StepResult

Members

Mixins

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

Properties

comments
Comment[] comments [@property getter]
docString
DocString docString [@property getter]
match
Match match [@property getter]
resultStatus
ResultStatus resultStatus [@property getter]
rows
Row[] rows [@property getter]

Structs

Match
struct Match
ResultStatus
struct ResultStatus

Variables

exception
Nullable!Exception exception;
location
string location;
result
Result result;
step
Step step;
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