StdoutReporter class

Inheritance
Implementers

Constructors

StdoutReporter([MessageLevel logLevel = MessageLevel.verbose, bool? _supportsAnsiEscapes])

Properties

hashCode int
The hash code for this object.
no setterinherited
logLevel MessageLevel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsAnsiEscapes bool
no setter

Methods

dispose() Future<void>
inherited
getColour(MessageLevel level) String
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>
inherited
onFeatureStarted(StartedMessage message) Future<void>
inherited
onScenarioFinished(ScenarioFinishedMessage message) Future<void>
inherited
onScenarioStarted(StartedMessage message) Future<void>
inherited
onStepFinished(StepFinishedMessage message) Future<void>
inherited
onStepStarted(StepStartedMessage message) Future<void>
inherited
onTestRunFinished() Future<void>
inherited
onTestRunStarted() Future<void>
inherited
printMessage(String message, [String? colour]) → void
printMessageLine(String message, [String? colour]) → void
setWriteFn(void fn(String text)) → void
setWriteLineFn(void fn(String text)) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

DEBUG_COLOR → const String
FAIL_COLOR → const String
NEUTRAL_COLOR → const String
PASS_COLOR → const String
RESET_COLOR → const String
WARN_COLOR → const String