TestReportSummary class

Information about a test report.

Constructors

TestReportSummary({required int durationInNanoSeconds, required Map<String, int> statusCounts, required int total})
TestReportSummary.fromJson(Map<String, dynamic> json)
factory

Properties

durationInNanoSeconds int
The number of nanoseconds it took to run all of the test cases in this report.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCounts Map<String, int>
A map that contains the number of each type of status returned by the test results in this TestReportSummary.
final
total int
The number of test cases in this TestReportSummary. The total includes truncated test cases.
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