StdoutReporter class

Constructors

StdoutReporter()

Properties

childrenFeatureGherkinDocument ChildrenFeatureGherkinDocument?
getter/setter pair
childrenFeatureGherkinDocumentBackground ChildrenFeatureGherkinDocument?
getter/setter pair
failed int
getter/setter pair
featureGherkinDocument FeatureGherkinDocument?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passed int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipped int
getter/setter pair
stepsGherkinDocument StepsGherkinDocument?
getter/setter pair

Methods

getIdScenario(ChildrenFeatureGherkinDocument? child) String?
getStepsGherkinDocumentFromStepsPickle(ScenarioGherkinDocument? scenarioGherkinDocument, StepsPickle stepsPickle) StepsGherkinDocument?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAfterFeature(Gherkin feature) Future<void>
onAfterScenario(Gherkin feature, Pickle pickle) Future<void>
onBeforeFeature(Gherkin feature) Future<void>
onBeforeScenario(Gherkin feature, Pickle pickle) Future<void>
onBeforeStep(Gherkin feature, Pickle pickle, StepsPickle step) Future<void>
onDoneTest() Future<void>
onFailedStep(Gherkin feature, Pickle pickle, StepsPickle step, int duration, Object exception) Future<void>
onGherkinLoaded(List<Gherkin> features) Future<void>
onPassedStep(Gherkin feature, Pickle pickle, StepsPickle step, int duration) Future<void>
onSkipStep(Gherkin feature, Pickle pickle, StepsPickle step, int duration) Future<void>
printStdout(String message) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited