AggregatedReporter class

Inheritance
Implemented types

Constructors

AggregatedReporter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addReporter(Reporter reporter) → void
dispose() Future<void>
override
message(String message, MessageLevel level) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onException(Object exception, StackTrace stackTrace) Future<void>
override
onFeatureFinished(FinishedMessage message) Future<void>
override
onFeatureStarted(StartedMessage message) Future<void>
override
onScenarioFinished(ScenarioFinishedMessage message) Future<void>
override
onScenarioStarted(StartedMessage message) Future<void>
override
onStepFinished(StepFinishedMessage message) Future<void>
override
onStepStarted(StepStartedMessage message) Future<void>
override
onTestRunFinished() Future<void>
override
onTestRunStarted() Future<void>
override
toJson() String
override
toString() String
A string representation of this object.
inherited

Operators

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