Add a test runner executable.
This is still extremely bare-bones and won't work with tests that actually import "package:unittest/unittest.dart", but it's something. R=kevmoo@google.com See #2 Review URL: https://codereview.chromium.org//933083002
Showing
- .status 1 addition, 0 deletions.status
- bin/unittest.dart 110 additions, 0 deletionsbin/unittest.dart
- lib/src/console_reporter.dart 32 additions, 6 deletionslib/src/console_reporter.dart
- lib/src/engine.dart 5 additions, 0 deletionslib/src/engine.dart
- lib/src/exit_codes.dart 58 additions, 0 deletionslib/src/exit_codes.dart
- lib/src/invoker.dart 4 additions, 1 deletionlib/src/invoker.dart
- lib/src/load_exception.dart 42 additions, 0 deletionslib/src/load_exception.dart
- lib/src/loader.dart 20 additions, 8 deletionslib/src/loader.dart
- lib/src/remote_exception.dart 39 additions, 16 deletionslib/src/remote_exception.dart
- lib/src/utils.dart 30 additions, 0 deletionslib/src/utils.dart
- lib/src/vm_listener.dart 45 additions, 5 deletionslib/src/vm_listener.dart
- pubspec.yaml 2 additions, 1 deletionpubspec.yaml
- test/console_reporter_test.dart 179 additions, 0 deletionstest/console_reporter_test.dart
- test/io.dart 10 additions, 6 deletionstest/io.dart
- test/loader_test.dart 1 addition, 1 deletiontest/loader_test.dart
- test/runner_test.dart 203 additions, 0 deletionstest/runner_test.dart
- test/utils.dart 6 additions, 0 deletionstest/utils.dart
- test/vm_listener_test.dart 80 additions, 9 deletionstest/vm_listener_test.dart
Loading
Please register or sign in to comment