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

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

Issue 133843003: Merging all Angular tests into a single file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
OLDNEW
(Empty)
1 /// auto-generated by update_angular.sh
2
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
5 // BSD-style license that can be found in the LICENSE file.
6
7 library angular_browser_tests;
8
9 import 'package:angular/mock/module.dart';
10 import 'package:unittest/html_individual_config.dart';
11 import 'package:unittest/unittest.dart';
12
13 import '../../../third_party/pkg/angular/test/angular_spec.dart' as test_0;
14 import '../../../third_party/pkg/angular/test/bootstrap_spec.dart' as test_1;
15 import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_2;
16 import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as tes t_3;
17 import '../../../third_party/pkg/angular/test/core/parser/generated_getter_sette r_spec.dart' as test_4;
18 import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as te st_5;
19 import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as t est_6;
20 import '../../../third_party/pkg/angular/test/core/parser/static_parser_spec.dar t' as test_7;
21 import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_8 ;
22 import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_9;
23 import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as tes t_10;
24 import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_11;
25 import '../../../third_party/pkg/angular/test/core_dom/block_spec.dart' as test_ 12;
26 import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as te st_13;
27 import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as tes t_14;
28 import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as t est_15;
29 import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_1 6;
30 import '../../../third_party/pkg/angular/test/core_dom/ng_mustache_spec.dart' as test_17;
31 import '../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_18;
32 import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as te st_19;
33 import '../../../third_party/pkg/angular/test/core_dom/shadow_root_options_spec. dart' as test_20;
34 import '../../../third_party/pkg/angular/test/directive/input_select_spec.dart' as test_21;
35 import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_ 22;
36 import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_23;
37 import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as te st_24;
38 import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.da rt' as test_25;
39 import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as t est_26;
40 import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as t est_27;
41 import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_28;
42 import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as te st_29;
43 import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test _30;
44 import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_31;
45 import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as t est_32;
46 import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dar t' as test_33;
47 import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_34;
48 import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_35;
49 import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_36;
50 import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart ' as test_37;
51 import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as t est_38;
52 import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' a s test_39;
53 import '../../../third_party/pkg/angular/test/filter/currency_spec.dart' as test _40;
54 import '../../../third_party/pkg/angular/test/filter/date_spec.dart' as test_41;
55 import '../../../third_party/pkg/angular/test/filter/filter_spec.dart' as test_4 2;
56 import '../../../third_party/pkg/angular/test/filter/json_spec.dart' as test_43;
57 import '../../../third_party/pkg/angular/test/filter/limit_to_spec.dart' as test _44;
58 import '../../../third_party/pkg/angular/test/filter/lowercase_spec.dart' as tes t_45;
59 import '../../../third_party/pkg/angular/test/filter/number_spec.dart' as test_4 6;
60 import '../../../third_party/pkg/angular/test/filter/order_by_spec.dart' as test _47;
61 import '../../../third_party/pkg/angular/test/filter/uppercase_spec.dart' as tes t_48;
62 import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_4 9;
63 import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as te st_50;
64 import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_5 1;
65 import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_52;
66 import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' a s test_53;
67 import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test _54;
68 import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test _55;
69 import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_56;
70
71 main() {
72 useHtmlIndividualConfiguration();
73
74 setUp(() {
75 setUpInjector();
76 });
77
78 group('angular', () {
79 test_0.main();
80 });
81
82 group('bootstrap', () {
83 test_1.main();
84 });
85
86 group('core/cache', () {
87 test_2.main();
88 });
89
90 group('core/interpolate', () {
91 test_3.main();
92 });
93
94 group('core/parser/generated_getter_setter', () {
95 test_4.main();
96 });
97
98 group('core/parser/lexer', () {
99 test_5.main();
100 });
101
102 group('core/parser/parser', () {
103 test_6.main();
104 });
105
106 group('core/parser/static_parser', () {
107 test_7.main();
108 });
109
110 group('core/registry', () {
111 test_8.main();
112 });
113
114 group('core/scope', () {
115 test_9.main();
116 });
117
118 group('core/templateurl', () {
119 test_10.main();
120 });
121
122 group('core/zone', () {
123 test_11.main();
124 });
125
126 group('core_dom/block', () {
127 test_12.main();
128 });
129
130 group('core_dom/compiler', () {
131 test_13.main();
132 });
133
134 group('core_dom/cookies', () {
135 test_14.main();
136 });
137
138 group('core_dom/directive', () {
139 test_15.main();
140 });
141
142 group('core_dom/http', () {
143 test_16.main();
144 });
145
146 group('core_dom/ng_mustache', () {
147 test_17.main();
148 });
149
150 group('core_dom/node_cursor', () {
151 test_18.main();
152 });
153
154 group('core_dom/selector', () {
155 test_19.main();
156 });
157
158 group('core_dom/shadow_root_options', () {
159 test_20.main();
160 });
161
162 group('directive/input_select', () {
163 test_21.main();
164 });
165
166 group('directive/ng_a', () {
167 test_22.main();
168 });
169
170 group('directive/ng_bind_html', () {
171 test_23.main();
172 });
173
174 group('directive/ng_bind', () {
175 test_24.main();
176 });
177
178 group('directive/ng_bind_template', () {
179 test_25.main();
180 });
181
182 group('directive/ng_class', () {
183 test_26.main();
184 });
185
186 group('directive/ng_cloak', () {
187 test_27.main();
188 });
189
190 group('directive/ng_events', () {
191 test_28.main();
192 });
193
194 group('directive/ng_form', () {
195 test_29.main();
196 });
197
198 group('directive/ng_if', () {
199 test_30.main();
200 });
201
202 group('directive/ng_include', () {
203 test_31.main();
204 });
205
206 group('directive/ng_model', () {
207 test_32.main();
208 });
209
210 group('directive/ng_non_bindable', () {
211 test_33.main();
212 });
213
214 group('directive/ng_switch', () {
215 test_34.main();
216 });
217
218 group('directive/ng_repeat', () {
219 test_35.main();
220 });
221
222 group('directive/ng_show_hide', () {
223 test_36.main();
224 });
225
226 group('directive/ng_src_boolean', () {
227 test_37.main();
228 });
229
230 group('directive/ng_style', () {
231 test_38.main();
232 });
233
234 group('directive/ng_template', () {
235 test_39.main();
236 });
237
238 group('filter/currency', () {
239 test_40.main();
240 });
241
242 group('filter/date', () {
243 test_41.main();
244 });
245
246 group('filter/filter', () {
247 test_42.main();
248 });
249
250 group('filter/json', () {
251 test_43.main();
252 });
253
254 group('filter/limit_to', () {
255 test_44.main();
256 });
257
258 group('filter/lowercase', () {
259 test_45.main();
260 });
261
262 group('filter/number', () {
263 test_46.main();
264 });
265
266 group('filter/order_by', () {
267 test_47.main();
268 });
269
270 group('filter/uppercase', () {
271 test_48.main();
272 });
273
274 group('introspection', () {
275 test_49.main();
276 });
277
278 group('mock/http_backend', () {
279 test_50.main();
280 });
281
282 group('mock/test_bed', () {
283 test_51.main();
284 });
285
286 group('mock/zone', () {
287 test_52.main();
288 });
289
290 group('routing/ng_bind_route', () {
291 test_53.main();
292 });
293
294 group('routing/ng_view', () {
295 test_54.main();
296 });
297
298 group('routing/routing', () {
299 test_55.main();
300 });
301
302 group('_specs', () {
303 test_56.main();
304 });
305
306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698