defineSmokeTest method
void
defineSmokeTest({
- required AFWorkflowTestBodyExecuteDelegate body,
- AFScreenTestID id = AFUIScreenTestID.smoke,
- String? description,
- String? disabled,
Implementation
void defineSmokeTest({
required AFWorkflowTestBodyExecuteDelegate body,
AFScreenTestID id = AFUIScreenTestID.smoke,
String? description,
String? disabled
}) async {
smokeTests.add(AFWorkflowStateTestBodyWithParam(id, description, disabled, body));
}