TestSuiteReport class

A summary of all the results from all the runs in a single test suite.

Constructors

TestSuiteReport()

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.
no setter
hashCode int
The hash code for this object.
no setterinherited
numTestsPassed int
Returns the number of tests that passed all steps.
no setter
results List<TestSuiteResult?>
Returns all the results from the list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
Returns true if, and only if, all tests passed.
no setter

Methods

addTestReport(TestReport report) → void
Adds a TestReport to the overall summary.
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