Problem class

Describes a problem found during running the test.

Based on ErrorEvent.

Constructors

Problem(String message, String stacktrace, bool isFailure)
Creates a Problem with the given message, stacktrace and isFailure.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isFailure bool
Whether the error was a TestFailure.
final
message String
The result of calling toString() on the error object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacktrace String
The error's stack trace, in the stack_trace package format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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