cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
ScenarioResult
cucumber
result
struct
ScenarioResult {
Scenario
scenario
;
string
location
;
Result
result
;
StepResult
[]
stepResults
;
Duration
time
;
ResultSummary
resultSummary
;
Nullable
!
ulong
exampleNumber
;
ScenarioResult
opOpAssign
(
StepResult
val
)
;
}
Members
Functions
opOpAssign
ScenarioResult
opOpAssign
(
StepResult
val
)
Variables
exampleNumber
Nullable
!
ulong
exampleNumber
;
location
string
location
;
result
Result
result
;
resultSummary
ResultSummary
resultSummary
;
scenario
Scenario
scenario
;
stepResults
StepResult
[]
stepResults
;
time
Duration
time
;
Meta
Source
See Implementation
cucumber
result
enums
Result
mixin templates
isResult
structs
FeatureResult
ResultSummary
RunResult
ScenarioResult
StepResult