Index: pkg/unittest/lib/html_enhanced_config.dart |
=================================================================== |
--- pkg/unittest/lib/html_enhanced_config.dart (revision 19164) |
+++ pkg/unittest/lib/html_enhanced_config.dart (working copy) |
@@ -82,8 +82,6 @@ |
_installOnErrorHandler(); |
} |
- void onTestResult(TestCase testCase) {} |
- |
void onSummary(int passed, int failed, int errors, List<TestCase> results, |
String uncaughtError) { |
_showInteractiveResultsInPage(passed, failed, errors, results, |