TestExecution class

A single test executed in a single environment.

Constructors

TestExecution({Environment? environment, String? id, String? matrixId, String? projectId, Shard? shard, String? state, TestDetails? testDetails, TestSpecification? testSpecification, String? timestamp, ToolResultsStep? toolResultsStep})
TestExecution.fromJson(Map _json)

Properties

environment Environment?
How the host machine(s) are configured.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique id set by the service.
getter/setter pair
matrixId String?
Id of the containing TestMatrix.
getter/setter pair
projectId String?
The cloud project that owns the test execution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shard Shard?
Details about the shard.
getter/setter pair
state String?
Indicates the current progress of the test execution (e.g., FINISHED).
getter/setter pair
testDetails TestDetails?
Additional details about the running test.
getter/setter pair
testSpecification TestSpecification?
How to run the test.
getter/setter pair
timestamp String?
The time this test execution was initially created.
getter/setter pair
toolResultsStep ToolResultsStep?
Where the results for this execution are written.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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