TestReport class

Constructors

TestReport({required String json, required List<TestSuiteUnit> suites, required bool success, required int totalDuration, required int totalTests, required int totalPasses, required int totalFailures, required int totalSkipped})
TestReport.empty()
factory

Properties

firstFailedSuite → int?
no setter
hashCode → int
The hash code for this object.
no setterinherited
json → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
success → bool
final
suites → List<TestSuiteUnit>
final
totalDuration → int
final
totalFailures → int
final
totalPasses → int
final
totalSkipped → int
final
totalTests → int
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