ScheduleRunTest class
Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an example of the JSON request syntax, see ScheduleRun.
Constructors
Properties
- filter → String?
-
The test's filter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
→ Map<
String, String> ? -
The test's parameters, such as test framework parameters and fixture
settings. Parameters are represented by name-value pairs of strings.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testPackageArn → String?
-
The ARN of the uploaded test to be run.
final
- testSpecArn → String?
-
The ARN of the YAML-formatted test specification.
final
- type → TestType
-
The test's type.
final
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