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

Side by Side Diff: pkg/analyzer/test/generated/test_all.dart

Issue 2399913002: Remove 'initializeTestEnvironment' from 'analyzer'. (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library analyzer.test.generated.test_all; 5 library analyzer.test.generated.test_all;
6 6
7 import 'package:test_reflective_loader/test_reflective_loader.dart'; 7 import 'package:test_reflective_loader/test_reflective_loader.dart';
8 8
9 import '../utils.dart';
10 import 'all_the_rest_test.dart' as all_the_rest; 9 import 'all_the_rest_test.dart' as all_the_rest;
11 import 'bazel_test.dart' as bazel_test; 10 import 'bazel_test.dart' as bazel_test;
12 import 'checked_mode_compile_time_error_code_test.dart' 11 import 'checked_mode_compile_time_error_code_test.dart'
13 as checked_mode_compile_time_error_code_test; 12 as checked_mode_compile_time_error_code_test;
14 import 'compile_time_error_code_test.dart' as compile_time_error_code_test; 13 import 'compile_time_error_code_test.dart' as compile_time_error_code_test;
15 import 'constant_test.dart' as constant_test; 14 import 'constant_test.dart' as constant_test;
16 import 'declaration_resolver_test.dart' as declaration_resolver_test; 15 import 'declaration_resolver_test.dart' as declaration_resolver_test;
17 import 'element_resolver_test.dart' as element_resolver_test; 16 import 'element_resolver_test.dart' as element_resolver_test;
18 import 'engine_test.dart' as engine_test; 17 import 'engine_test.dart' as engine_test;
19 import 'error_suppression_test.dart' as error_suppression_test; 18 import 'error_suppression_test.dart' as error_suppression_test;
(...skipping 13 matching lines...) Expand all
33 import 'static_type_analyzer_test.dart' as static_type_analyzer_test; 32 import 'static_type_analyzer_test.dart' as static_type_analyzer_test;
34 import 'static_type_warning_code_test.dart' as static_type_warning_code_test; 33 import 'static_type_warning_code_test.dart' as static_type_warning_code_test;
35 import 'static_warning_code_test.dart' as static_warning_code_test; 34 import 'static_warning_code_test.dart' as static_warning_code_test;
36 import 'strong_mode_test.dart' as strong_mode_test; 35 import 'strong_mode_test.dart' as strong_mode_test;
37 import 'type_system_test.dart' as type_system_test; 36 import 'type_system_test.dart' as type_system_test;
38 import 'utilities_dart_test.dart' as utilities_dart_test; 37 import 'utilities_dart_test.dart' as utilities_dart_test;
39 import 'utilities_test.dart' as utilities_test; 38 import 'utilities_test.dart' as utilities_test;
40 39
41 /// Utility for manually running all tests. 40 /// Utility for manually running all tests.
42 main() { 41 main() {
43 initializeTestEnvironment();
44 defineReflectiveSuite(() { 42 defineReflectiveSuite(() {
45 all_the_rest.main(); 43 all_the_rest.main();
46 bazel_test.main(); 44 bazel_test.main();
47 checked_mode_compile_time_error_code_test.main(); 45 checked_mode_compile_time_error_code_test.main();
48 compile_time_error_code_test.main(); 46 compile_time_error_code_test.main();
49 constant_test.main(); 47 constant_test.main();
50 declaration_resolver_test.main(); 48 declaration_resolver_test.main();
51 element_resolver_test.main(); 49 element_resolver_test.main();
52 engine_test.main(); 50 engine_test.main();
53 error_suppression_test.main(); 51 error_suppression_test.main();
(...skipping 12 matching lines...) Expand all
66 source_factory_test.main(); 64 source_factory_test.main();
67 static_type_analyzer_test.main(); 65 static_type_analyzer_test.main();
68 static_type_warning_code_test.main(); 66 static_type_warning_code_test.main();
69 static_warning_code_test.main(); 67 static_warning_code_test.main();
70 strong_mode_test.main(); 68 strong_mode_test.main();
71 type_system_test.main(); 69 type_system_test.main();
72 utilities_dart_test.main(); 70 utilities_dart_test.main();
73 utilities_test.main(); 71 utilities_test.main();
74 }, name: 'generated'); 72 }, name: 'generated');
75 } 73 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/strong_mode_test.dart ('k') | pkg/analyzer/test/generated/type_system_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698