Test class

Constructors

Test({required int id, required String name, required int suiteID, required List<int> groupIDs, int? line, int? column, String? url, int? root_line, int? root_column, String? root_url, required Metadata metadata})

Properties

column int?
The (1-based) column on which the test was defined, or null.
final
groupIDs List<int>
The IDs of groups containing this test, in order from outermost to innermost.
final
hashCode int
The hash code for this object.
no setteroverride
id int
An opaque ID for the test.
final
line int?
The (1-based) line on which the test was defined, or null.
final
metadata Metadata
This field is deprecated and should not be used.
final
name String
The name of the test, including prefixes from any containing groups.
final
root_column int?
The (1-based) line on in the original test suite from which the test originated.
final
root_line int?
The (1-based) line in the original test suite from which the test originated.
final
root_url String?
The URL for the original test suite in which the test was defined.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suiteID int
The ID of the suite containing this test.
final
url String?
The URL for the file in which the test was defined, or null.
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.
override