Suite class

Represents a collection of one or more tests.

Constructors

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

Properties

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