OLD | NEW |
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 'all_the_rest_test.dart' as all_the_rest; | 9 import 'all_the_rest_test.dart' as all_the_rest; |
10 import 'bazel_test.dart' as bazel_test; | 10 import 'bazel_test.dart' as bazel_test; |
11 import 'checked_mode_compile_time_error_code_driver_test.dart' | 11 import 'checked_mode_compile_time_error_code_driver_test.dart' |
12 as checked_mode_compile_time_error_code_driver_test; | 12 as checked_mode_compile_time_error_code_driver_test; |
13 import 'checked_mode_compile_time_error_code_test.dart' | 13 import 'checked_mode_compile_time_error_code_test.dart' |
14 as checked_mode_compile_time_error_code_test; | 14 as checked_mode_compile_time_error_code_test; |
15 import 'compile_time_error_code_driver_test.dart' | 15 import 'compile_time_error_code_driver_test.dart' |
16 as compile_time_error_code_driver_test; | 16 as compile_time_error_code_driver_test; |
17 import 'compile_time_error_code_test.dart' as compile_time_error_code_test; | 17 import 'compile_time_error_code_test.dart' as compile_time_error_code_test; |
18 import 'constant_test.dart' as constant_test; | 18 import 'constant_test.dart' as constant_test; |
19 import 'declaration_resolver_test.dart' as declaration_resolver_test; | 19 import 'declaration_resolver_test.dart' as declaration_resolver_test; |
20 import 'element_resolver_test.dart' as element_resolver_test; | 20 import 'element_resolver_test.dart' as element_resolver_test; |
21 import 'engine_test.dart' as engine_test; | 21 import 'engine_test.dart' as engine_test; |
22 import 'error_suppression_driver_test.dart' as error_suppression_driver_test; | 22 import 'error_suppression_driver_test.dart' as error_suppression_driver_test; |
23 import 'error_suppression_test.dart' as error_suppression_test; | 23 import 'error_suppression_test.dart' as error_suppression_test; |
| 24 import 'gn_test.dart' as gn_test; |
24 import 'hint_code_driver_test.dart' as hint_code_driver_test; | 25 import 'hint_code_driver_test.dart' as hint_code_driver_test; |
25 import 'hint_code_test.dart' as hint_code_test; | 26 import 'hint_code_test.dart' as hint_code_test; |
26 import 'incremental_resolver_test.dart' as incremental_resolver_test; | 27 import 'incremental_resolver_test.dart' as incremental_resolver_test; |
27 import 'inheritance_manager_test.dart' as inheritance_manager_test; | 28 import 'inheritance_manager_test.dart' as inheritance_manager_test; |
28 import 'java_core_test.dart' as java_core_test; | 29 import 'java_core_test.dart' as java_core_test; |
29 import 'java_io_test.dart' as java_io_test; | 30 import 'java_io_test.dart' as java_io_test; |
30 import 'non_error_resolver_driver_test.dart' as non_error_resolver_driver_test; | 31 import 'non_error_resolver_driver_test.dart' as non_error_resolver_driver_test; |
31 import 'non_error_resolver_test.dart' as non_error_resolver_test; | 32 import 'non_error_resolver_test.dart' as non_error_resolver_test; |
32 import 'non_hint_code_driver_test.dart' as non_hint_code_driver_test; | 33 import 'non_hint_code_driver_test.dart' as non_hint_code_driver_test; |
33 import 'non_hint_code_test.dart' as non_hint_code_test; | 34 import 'non_hint_code_test.dart' as non_hint_code_test; |
(...skipping 27 matching lines...) Expand all Loading... |
61 checked_mode_compile_time_error_code_driver_test.main(); | 62 checked_mode_compile_time_error_code_driver_test.main(); |
62 checked_mode_compile_time_error_code_test.main(); | 63 checked_mode_compile_time_error_code_test.main(); |
63 compile_time_error_code_driver_test.main(); | 64 compile_time_error_code_driver_test.main(); |
64 compile_time_error_code_test.main(); | 65 compile_time_error_code_test.main(); |
65 constant_test.main(); | 66 constant_test.main(); |
66 declaration_resolver_test.main(); | 67 declaration_resolver_test.main(); |
67 element_resolver_test.main(); | 68 element_resolver_test.main(); |
68 engine_test.main(); | 69 engine_test.main(); |
69 error_suppression_driver_test.main(); | 70 error_suppression_driver_test.main(); |
70 error_suppression_test.main(); | 71 error_suppression_test.main(); |
| 72 gn_test.main(); |
71 hint_code_driver_test.main(); | 73 hint_code_driver_test.main(); |
72 hint_code_test.main(); | 74 hint_code_test.main(); |
73 incremental_resolver_test.main(); | 75 incremental_resolver_test.main(); |
74 inheritance_manager_test.main(); | 76 inheritance_manager_test.main(); |
75 java_core_test.main(); | 77 java_core_test.main(); |
76 java_io_test.main(); | 78 java_io_test.main(); |
77 non_error_resolver_driver_test.main(); | 79 non_error_resolver_driver_test.main(); |
78 non_error_resolver_test.main(); | 80 non_error_resolver_test.main(); |
79 non_hint_code_driver_test.main(); | 81 non_hint_code_driver_test.main(); |
80 non_hint_code_test.main(); | 82 non_hint_code_test.main(); |
(...skipping 10 matching lines...) Expand all Loading... |
91 static_type_warning_code_test.main(); | 93 static_type_warning_code_test.main(); |
92 static_warning_code_driver_test.main(); | 94 static_warning_code_driver_test.main(); |
93 static_warning_code_test.main(); | 95 static_warning_code_test.main(); |
94 strong_mode_driver_test.main(); | 96 strong_mode_driver_test.main(); |
95 strong_mode_test.main(); | 97 strong_mode_test.main(); |
96 type_system_test.main(); | 98 type_system_test.main(); |
97 utilities_dart_test.main(); | 99 utilities_dart_test.main(); |
98 utilities_test.main(); | 100 utilities_test.main(); |
99 }, name: 'generated'); | 101 }, name: 'generated'); |
100 } | 102 } |
OLD | NEW |