EnsembleTestCase constructor
const
EnsembleTestCase({
- required String id,
- String? sourcePath,
- String? type,
- String? feature,
- List<
String> tags = const [], - String? description,
- String? owner,
- String? priority,
- String? startScreen,
- String? prerequisite,
- Map<
String, dynamic> initialState = const {}, - TestMocks mocks = const TestMocks(),
- required List<
TestStep> steps,
Implementation
const EnsembleTestCase({
required this.id,
this.sourcePath,
this.type,
this.feature,
this.tags = const [],
this.description,
this.owner,
this.priority,
this.startScreen,
this.prerequisite,
this.initialState = const {},
this.mocks = const TestMocks(),
required this.steps,
});