TestSpecification constructor
TestSpecification({
- AndroidInstrumentationTest? androidInstrumentationTest,
- AndroidRoboTest? androidRoboTest,
- AndroidTestLoop? androidTestLoop,
- bool? disablePerformanceMetrics,
- bool? disableVideoRecording,
- IosTestLoop? iosTestLoop,
- IosTestSetup? iosTestSetup,
- IosXcTest? iosXcTest,
- TestSetup? testSetup,
- String? testTimeout,
Implementation
TestSpecification({
this.androidInstrumentationTest,
this.androidRoboTest,
this.androidTestLoop,
this.disablePerformanceMetrics,
this.disableVideoRecording,
this.iosTestLoop,
this.iosTestSetup,
this.iosXcTest,
this.testSetup,
this.testTimeout,
});