• Todd Volkert's avatar
    Add support for custom test error reporters (#17727) · 1808ac33
    Todd Volkert authored
    This allows test environments other than `flutter test` to have a hook
    into the test exception reporting. Some test environments, for example,
    don't just dump error details to the console, but rather require them
    to be reported to a separate server.
    1808ac33
Name
Last commit
Last update
..
README.md Loading commit data...
crash1_test.dart Loading commit data...
crash2_test.dart Loading commit data...
disallow_error_reporter_modification_test.dart Loading commit data...
fail_test.dart Loading commit data...
missing_import_test.broken_dart Loading commit data...
pass_test.dart Loading commit data...
syntax_error_test.broken_dart Loading commit data...