WTTestStep constructor
WTTestStep({
- required WTConfig config,
- required WTMeasure measure,
- required MobilityProbe probe,
- required WTProcessor processor,
- bool includeInstructions = true,
- bool includeResults = true,
Implementation
WTTestStep({
required WTConfig super.config,
required super.measure,
required super.probe,
required this.processor,
super.includeInstructions = true,
super.includeResults = true,
}) : super(identifier: 'wt_test') {
completer = CancelableCompleter<WTResult>();
}