EnsembleTestConfig constructor
const
EnsembleTestConfig({
- List<
TestServiceConfig> services = const [], - List<
String> mockFiles = const [], - Map<
String, dynamic> inlineMocks = const {}, - Map<
String, dynamic> initialState = const {}, - String? defaultProfile,
- Map<
String, TestProfile> profiles = const {}, - Map<
String, List< profileGroups = const {},String> > - List<
TestDeviceTarget> devices = const [], - ScreenshotConfig screenshots = const ScreenshotConfig(),
- PerformanceConfig performance = const PerformanceConfig(),
- DumpTreeConfig dumpTree = const DumpTreeConfig(),
- LogApiCallsConfig logApiCalls = const LogApiCallsConfig(),
- LogStorageConfig logStorage = const LogStorageConfig(),
- TimerRewriteConfig timers = const TimerRewriteConfig(),
- WifiTestConfig wifi = const WifiTestConfig(),
Implementation
const EnsembleTestConfig({
this.services = const [],
this.mockFiles = const [],
this.inlineMocks = const {},
this.initialState = const {},
this.defaultProfile,
this.profiles = const {},
this.profileGroups = const {},
this.devices = const [],
this.screenshots = const ScreenshotConfig(),
this.performance = const PerformanceConfig(),
this.dumpTree = const DumpTreeConfig(),
this.logApiCalls = const LogApiCallsConfig(),
this.logStorage = const LogStorageConfig(),
this.timers = const TimerRewriteConfig(),
this.wifi = const WifiTestConfig(),
});