cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
ScenarioResult
cucumber
result
struct
ScenarioResult {
@
serializationIgnoreOut
Scenario
scenario
;
@
serializationIgnoreOut
string
location
;
@
serializationIgnoreOut
Result
result
;
@
serializationIgnoreOut
StepResult
[]
stepResults
;
@
serializationIgnoreOut
Duration
time
;
@
serializationIgnoreOut
ResultSummary
resultSummary
;
@
serializationIgnoreOut
ulong
exampleNumber
;
@
serializationIgnoreOut
GherkinTag
[]
scenarioTags
;
mixin
isResult
;
ScenarioResult
opOpAssign
(StepResult val);
@
serializationIgnoreOutIf
!`a.empty`
string
id
;
mixin
property
!(
string
,
"scenario"
,
"keyword"
)
;
mixin
property
!(
string
,
"scenario"
,
"name"
)
;
mixin
property
!(
string
,
"scenario"
,
"description"
)
;
mixin
property
!(
ulong
,
"scenario.location"
,
"line"
)
;
string
type
[@property getter];
Comment
[]
comments
[@property getter];
Tag
[]
tags
[@property getter];
StepResult
[]
steps
[@property getter];
}
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
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