Suite class

Describes a test Suite.

Based on Suite.

Constructors

Suite(String path, String? platform, Iterable<Test> allTests)
Create a Suite with the given path, platform and allTests.

Properties

allTests Iterable<Test>
All Tests contained by this Suite, including the hidden tests.
final
hashCode int
The hash code for this object.
no setterinherited
hidden Iterable<Test>
The hidden Tests contained by this Suite.
no setter
path String
The path to the suite's file.
final
platform String?
The platform on which the suite is running.
final
problems Iterable<Test>
The Tests that have problems, contained by this Suite.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipped Iterable<Test>
The skipped Tests contained by this Suite.
no setter
tests Iterable<Test>
The Tests contained by this Suite.
no setter

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