InconclusiveDetail class
Details for an outcome with an INCONCLUSIVE outcome summary.
Constructors
- InconclusiveDetail({bool? abortedByUser, bool? hasErrorLogs, bool? infrastructureFailure})
- InconclusiveDetail.fromJson(Map _json)
Properties
- abortedByUser ↔ bool?
-
If the end user aborted the test execution before a pass or fail could be
determined.
getter/setter pair
- hasErrorLogs ↔ bool?
-
If results are being provided to the user in certain cases of
infrastructure failures
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infrastructureFailure ↔ bool?
-
If the test runner could not determine success or failure because the test
depends on a component other than the system under test which failed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited