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

Side by Side Diff: pkg/third_party/angular_tests/vm_test.dart

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « pkg/third_party/angular_tests/browser_test.dart ('k') | pkg/third_party/di_tests/di_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /// auto-generated by update_angular.sh 1 /// auto-generated by update_angular.sh
2 2
3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 library angular_vm_tests; 7 library angular_vm_tests;
8 8
9 import 'package:unittest/compact_vm_config.dart'; 9 import 'package:unittest/compact_vm_config.dart';
10 import 'package:unittest/unittest.dart'; 10 import 'package:unittest/unittest.dart';
11 import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as test_0; 11 import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_ 0;
12 import '../../../third_party/pkg/angular/test/tools/selector_spec.dart' as test_ 1; 12 import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_sp ec.dart' as test_1;
13 import '../../../third_party/pkg/angular/test/tools/source_metadata_extractor_sp ec.dart' as test_2; 13 import '../../../third_party/pkg/angular/test/tools/html_extractor_spec.dart' as test_2;
14 import '../../../third_party/pkg/angular/test/tools/transformer/expression_gener ator_spec.dart' as test_3;
15 import '../../../third_party/pkg/angular/test/tools/transformer/metadata_generat or_spec.dart' as test_4;
16 import '../../../third_party/pkg/angular/test/tools/transformer/static_angular_g enerator_spec.dart' as test_5;
17 import '../../../third_party/pkg/angular/test/tools/symbol_inspector/symbol_insp ector_spec.dart' as test_6;
14 18
15 main() { 19 main() {
16 useCompactVMConfiguration(); 20 useCompactVMConfiguration();
17 21
18 group('tools/html_extractor', () { 22 group('tools/selector', () {
19 test_0.main(); 23 test_0.main();
20 }); 24 });
21 25
22 group('tools/selector', () { 26 group('tools/source_metadata_extractor', () {
23 test_1.main(); 27 test_1.main();
24 }); 28 });
25 29
26 group('tools/source_metadata_extractor', () { 30 group('tools/html_extractor', () {
27 test_2.main(); 31 test_2.main();
28 }); 32 });
33
34 group('tools/transformer/expression_generator', () {
35 test_3.main();
36 });
37
38 group('tools/transformer/metadata_generator', () {
39 test_4.main();
40 });
41
42 group('tools/transformer/static_angular_generator', () {
43 test_5.main();
44 });
45
46 group('tools/symbol_inspector/symbol_inspector', () {
47 test_6.main();
48 });
29 } 49 }
OLDNEW
« no previous file with comments | « pkg/third_party/angular_tests/browser_test.dart ('k') | pkg/third_party/di_tests/di_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698