TestSpecification class

A description of how to run the test.

Constructors

TestSpecification({AndroidInstrumentationTest? androidInstrumentationTest, AndroidRoboTest? androidRoboTest, AndroidTestLoop? androidTestLoop, bool? disablePerformanceMetrics, bool? disableVideoRecording, IosTestLoop? iosTestLoop, IosTestSetup? iosTestSetup, IosXcTest? iosXcTest, TestSetup? testSetup, String? testTimeout})
TestSpecification.fromJson(Map _json)

Properties

androidInstrumentationTest AndroidInstrumentationTest?
An Android instrumentation test.
getter/setter pair
androidRoboTest AndroidRoboTest?
An Android robo test.
getter/setter pair
androidTestLoop AndroidTestLoop?
An Android Application with a Test Loop.
getter/setter pair
disablePerformanceMetrics bool?
Disables performance metrics recording.
getter/setter pair
disableVideoRecording bool?
Disables video recording.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosTestLoop IosTestLoop?
An iOS application with a test loop.
getter/setter pair
iosTestSetup IosTestSetup?
Test setup requirements for iOS.
getter/setter pair
iosXcTest IosXcTest?
An iOS XCTest, via an .xctestrun file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testSetup TestSetup?
Test setup requirements for Android e.g. files to install, bootstrap scripts.
getter/setter pair
testTimeout String?
Max time a test execution is allowed to run before it is automatically cancelled.
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