onException method
Implementation
@override
Future<void> onException(Object exception, StackTrace stackTrace) async {
_testSuites[_testSuiteIndex].errors++;
}
@override
Future<void> onException(Object exception, StackTrace stackTrace) async {
_testSuites[_testSuiteIndex].errors++;
}