@override void addError(String desc, int depth) { final err = AFBaseTestExecute.composeError(desc, depth); dispatcher.dispatch(AFPrototypeScreenTestAddError(this.testId, err)); //AFibD.log?.e(err); }