AutotestSummary class

Summary of autotest results

Constructors

AutotestSummary({required int successful, required int failed, required int total, required double successRate, required bool passed, required List<AutotestResult> results, DateTime? timestamp})

Properties

failed int
final
hashCode int
The hash code for this object.
no setterinherited
passed bool
final
results List<AutotestResult>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successful int
final
successRate double
final
timestamp DateTime
final
total 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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited