IntegrationTestResults class abstract
Interface that surfaces test results of integration tests.
Implemented by IntegrationTestWidgetsFlutterBindings.
Any class which needs to access the test results but do not want to create a cyclic dependency IntegrationTestWidgetsFlutterBindings can use this interface. Example CallbackManager.
- Implementers
Constructors
Properties
-
allTestsPassed
→ Completer<
bool> -
Whether all the test methods completed successfully.
no setter
-
failureMethodsDetails
→ List<
Failure> -
Stores failure details.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
reportData
→ Map<
String, dynamic> ? -
The extra data for the reported result.
no setter
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited