WidgetStdoutReporter class
- Implementers
Constructors
Properties
- COOL_COLOR → AnsiColor
-
final
- DEBUG_COLOR → AnsiColor
-
final
- FAIL_COLOR → AnsiColor
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger
-
final
- NEUTRAL_COLOR → AnsiColor
-
https://talyian.github.io/ansicolors/
final
- PASS_COLOR → AnsiColor
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- WARN_COLOR → AnsiColor
-
final
Methods
-
dispose(
) → Future< void> -
inherited
-
message(
String message, MessageLevel level) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onException(
Object exception, StackTrace stackTrace) → Future< void> -
inherited
-
onFeatureFinished(
FinishedMessage message) → Future< void> -
inherited
-
onFeatureStarted(
StartedMessage message) → Future< void> -
inherited
-
onScenarioFinished(
ScenarioFinishedMessage message) → Future< void> -
onScenarioStarted(
StartedMessage message) → Future< void> -
onStepFinished(
StepFinishedMessage message) → Future< void> -
onStepStarted(
StepStartedMessage message) → Future< void> -
inherited
-
onTestRunFinished(
) → Future< void> -
inherited
-
onTestRunStarted(
) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited