Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: packages/petitparser/test/all_tests.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/petitparser/pubspec.yaml ('k') | packages/petitparser/test/core_benchmark.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 library petitparser.test.all_tests;
2
3 import 'package:test/test.dart';
4
5 import 'petitparser_test.dart' as core_test;
6 import 'dart_test.dart' as dart_test;
7 import 'debug_test.dart' as debug_test;
8 import 'json_test.dart' as json_test;
9 import 'lisp_test.dart' as lisp_test;
10 import 'reflection_test.dart' as reflection_test;
11 import 'smalltalk_test.dart' as smalltalk_test;
12 import 'test_test.dart' as test_test;
13
14 void main() {
15 group('PetitParser', core_test.main);
16 group('Dart', dart_test.main);
17 group('Debug', debug_test.main);
18 group('JSON', json_test.main);
19 group('Lisp', lisp_test.main);
20 group('Reflection', reflection_test.main);
21 group('Smalltalk', smalltalk_test.main);
22 group('Test', test_test.main);
23 }
OLDNEW
« no previous file with comments | « packages/petitparser/pubspec.yaml ('k') | packages/petitparser/test/core_benchmark.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698