TestSuiteReport class
A summary of all the results from all the runs in a single test suite.
Constructors
Properties
- deviceInfo → TestDeviceInfo
-
Returns the test device info from the test suite. This assumes that the
device hasn't changed during the entire run so it will return the first
non-null instance from any of the results.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- numTestsPassed → int
-
Returns the number of tests that passed all steps.
read-only
-
results
→ List<
TestSuiteResult> -
Returns all the results from the list.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- success → bool
-
Returns
true
if, and only if, all tests passed.read-only
Methods
-
addTestReport(
TestReport report) → void - Adds a TestReport to the overall summary.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited