cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
ResultSummary
cucumber
result
struct
ResultSummary {
ulong
failed
;
ulong
skipped
;
ulong
undefined
;
ulong
passed
;
ulong
total
()
;
this
(
Result
result
)
;
ResultSummary
opOpAssign
(
ResultSummary
val
)
;
}
Constructors
this
this
(
Result
result
)
Members
Functions
opOpAssign
ResultSummary
opOpAssign
(
ResultSummary
val
)
total
ulong
total
()
Variables
failed
ulong
failed
;
passed
ulong
passed
;
skipped
ulong
skipped
;
undefined
ulong
undefined
;
Meta
Source
See Implementation
cucumber
result
enums
Result
mixin templates
isResult
structs
FeatureResult
ResultSummary
RunResult
ScenarioResult
StepResult