TestRunSummaryReporter class

Inheritance
Implemented types

Constructors

TestRunSummaryReporter()

Properties

hashCode int
The hash code for this object.
no setterinherited
logLevel MessageLevel
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenario ReportActionHandler<ScenarioMessage>
no setteroverride
step ReportActionHandler<StepMessage>
no setteroverride
supportsAnsiEscapes bool
no setterinherited
test ReportActionHandler<TestMessage>
no setteroverride

Methods

dispose() Future<void>
override
getColour(MessageLevel level) String
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>
inherited
printMessage(String message, [String? colour]) → void
inherited
printMessageLine(String message, [String? colour]) → void
inherited
setWriteFn(void fn(String text)) → void
inherited
setWriteLineFn(void fn(String text)) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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