Add a variant on ConsoleReporter that doesn't import dart:io.
This is necessary to avoid an IO dependency in lib/unittest.dart, which would prevent browser tests from running. R=kevmoo@google.com Review URL: https://codereview.chromium.org//971123002
Showing
- bin/unittest.dart 2 additions, 2 deletionsbin/unittest.dart
- lib/src/runner/reporter/compact.dart 10 additions, 51 deletionslib/src/runner/reporter/compact.dart
- lib/src/runner/reporter/no_io_compact.dart 190 additions, 0 deletionslib/src/runner/reporter/no_io_compact.dart
- lib/src/utils.dart 41 additions, 0 deletionslib/src/utils.dart
- lib/unittest.dart 2 additions, 3 deletionslib/unittest.dart
- test/compact_reporter_test.dart 0 additions, 0 deletionstest/compact_reporter_test.dart
Loading
Please register or sign in to comment