Test class

Represents a condition that is evaluated.

Constructors

Test({String? arn, Counters? counters, DateTime? created, DeviceMinutes? deviceMinutes, String? message, String? name, ExecutionResult? result, DateTime? started, ExecutionStatus? status, DateTime? stopped, TestType? type})
Test.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The test's ARN.
final
counters Counters?
The test's result counters.
final
created DateTime?
When the test was created.
final
deviceMinutes DeviceMinutes?
Represents the total (metered or unmetered) minutes used by the test.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
A message about the test's result.
final
name String?
The test's name.
final
result ExecutionResult?
The test's result.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
started DateTime?
The test's start time.
final
status ExecutionStatus?
The test's status.
final
stopped DateTime?
The test's stop time.
final
type TestType?
The test's type.
final

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