markDisabled method
Implementation
void markDisabled(AFScreenTestBody body) {
startSection(body.id);
final disabled = body.disabled;
assert(disabled != null);
if(disabled != null) {
errors.markDisabled(disabled);
}
endSection();
}
void markDisabled(AFScreenTestBody body) {
startSection(body.id);
final disabled = body.disabled;
assert(disabled != null);
if(disabled != null) {
errors.markDisabled(disabled);
}
endSection();
}