cucumber-d ~master (2022-04-09T15:34:25.2419282)
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
aliases
FAILED
PASSED
SKIPPED
UNDEFINED
enums
Result
functions
createId
mixin templates
isResult
property
structs
Comment
DocString
FeatureResult
ResultSummary
Row
RunResult
ScenarioResult
StepResult
Tag