TestGroupResults class
Constructors
-
TestGroupResults({int skipped = 0, List<
TestResult> failed = const [], List<TestResult> passed = const []}) -
const
-
TestGroupResults.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
failed
→ List<
TestResult> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- noFailures → bool
-
no setter
- ok → bool
-
no setter
-
passed
→ List<
TestResult> -
final
- passedCount → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipped → int
-
final
- totalCount → int
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited