JsonReporter class

Constructors

JsonReporter()

Properties

childrenFeatureGherkinDocument ChildrenFeatureGherkinDocument?
getter/setter pair
childrenFeatureGherkinDocumentBackground ChildrenFeatureGherkinDocument?
getter/setter pair
featureGherkinDocument FeatureGherkinDocument?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsonFeature ↔ JsonFeature?
getter/setter pair
jsonFeatures List<JsonFeature>
getter/setter pair
jsonScenario ↔ JsonScenario?
getter/setter pair
jsonScenarios List<JsonScenario>
getter/setter pair
jsonStep ↔ JsonStep?
getter/setter pair
jsonSteps List<JsonStep>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterStep(JsonStatus status, int duration, [String? errorMessage]) → void
createJsonFeature(Gherkin gherkin) → JsonFeature
createJsonScenario(ChildrenFeatureGherkinDocument scenario) → JsonScenario?
createJsonStep(StepsGherkinDocument step) → JsonStep
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 picke) Future<void>
onBeforeFeature(Gherkin feature) Future<void>
onBeforeScenario(Gherkin feature, Pickle picke) Future<void>
onBeforeStep(Gherkin feature, Pickle picke, StepsPickle step) Future<void>
onDoneTest() Future<void>
onFailedStep(Gherkin feature, Pickle picke, StepsPickle step, int duration, Object exception) Future<void>
onGherkinLoaded(List<Gherkin> features) Future<void>
onPassedStep(Gherkin feature, Pickle picke, StepsPickle step, int duration) Future<void>
onSkipStep(Gherkin feature, Pickle picke, StepsPickle step, int duration) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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