unencumbered ~master (2016-07-10T17:01:25Z)
Home
Dub
Repo
FeatureResults
cucumber
feature
Undocumented in source.
struct
FeatureResults {
int
numScenarios
;
int
numPassing
;
int
numFailing
;
int
numPending
;
int
numUndefined
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
numFailing
int
numFailing
;
Undocumented in source.
numPassing
int
numPassing
;
Undocumented in source.
numPending
int
numPending
;
Undocumented in source.
numScenarios
int
numScenarios
;
Undocumented in source.
numUndefined
int
numUndefined
;
Undocumented in source.
Meta
Source
See Implementation
cucumber
feature
classes
PendingException
functions
pending
runFeature
structs
FeatureResults