AggregatedReporter class

Inheritance
Implemented types
Mixed in types

Constructors

AggregatedReporter()

Properties

feature ReportActionHandler<FeatureMessage>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
reporters UnmodifiableListView<Reporter>
Get reporters
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenario ReportActionHandler<ScenarioMessage>
no setteroverride
step ReportActionHandler<StepMessage>
no setteroverride
test ReportActionHandler<TestMessage>
no setteroverride

Methods

addReporter(Reporter reporter) → void
dispose() Future<void>
override
invokeReporters<T extends Reporter>(ReportInvoke<T> invoke) Future<void>
A function that allows you to combine a certain function for all reporters and call it as one
inherited
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
serialize() String
override
toString() String
A string representation of this object.
inherited

Operators

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