1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 package org.htmlunit.libraries.dojo;
16
17 import org.junit.jupiter.api.Test;
18
19
20
21
22
23
24
25 public class Dojo193Test extends DojoTestBase {
26
27 @Override
28 String getVersion() {
29 return "1.9.3";
30 }
31
32 @Override
33 String getUrl(final String module) {
34 return URL_FIRST + "util/doh/runner.html?test=" + module;
35 }
36
37
38
39
40 @Test
41 public void dojo_tests__base_loader() throws Exception {
42
43
44 }
45
46
47
48
49 @Test
50 public void dojo_tests__base_array() throws Exception {
51 test("dojo/tests/_base/array");
52 }
53
54
55
56
57 @Test
58 public void dojo_tests__base_color() throws Exception {
59 test("dojo/tests/_base/Color");
60 }
61
62
63
64
65 @Test
66 public void dojo_tests__base_lang() throws Exception {
67 test("dojo/tests/_base/lang");
68 }
69
70
71
72
73 @Test
74 public void dojo_tests__base_declare() throws Exception {
75 test("dojo/tests/_base/declare");
76 }
77
78
79
80
81 @Test
82 public void dojo_tests__base_connect() throws Exception {
83 test("dojo/tests/_base/connect");
84 }
85
86
87
88
89 @Test
90 public void dojo_tests__base_deferred() throws Exception {
91 test("dojo/tests/_base/Deferred");
92 }
93
94
95
96
97 @Test
98 public void dojo_tests__base_json() throws Exception {
99 test("dojo/tests/_base/json");
100 }
101
102
103
104
105 @Test
106 public void dojo_tests__base_object() throws Exception {
107 test("dojo/tests/_base/object");
108 }
109
110
111
112
113 @Test
114 public void dojo_tests__base_html() throws Exception {
115 test("dojo/tests/_base/html");
116 }
117
118
119
120
121 @Test
122 public void dojo_tests__base_domstyle() throws Exception {
123
124
125 }
126
127
128
129
130 @Test
131 public void dojo_tests__base_fx() throws Exception {
132 test("dojo/tests/_base/fx");
133 }
134
135
136
137
138 @Test
139 public void dojo_tests__base_query() throws Exception {
140 test("dojo/tests/_base/query");
141 }
142
143
144
145
146 @Test
147 public void dojo_tests__base_xhr() throws Exception {
148 test("dojo/tests/_base/xhr");
149 }
150
151
152
153
154 @Test
155 public void dojo_tests__base_window() throws Exception {
156 test("dojo/tests/_base/window");
157 }
158
159
160
161
162 @Test
163 public void dojo_tests_aspect() throws Exception {
164 test("dojo/tests/aspect");
165 }
166
167
168
169
170 @Test
171 public void dojo_tests_back() throws Exception {
172 test("dojo/tests/back");
173 }
174
175
176
177
178 @Test
179 public void dojo_tests_behavior() throws Exception {
180 test("dojo/tests/behavior");
181 }
182
183
184
185
186 @Test
187 public void dojo_tests_cache() throws Exception {
188 test("dojo/tests/cache");
189 }
190
191
192
193
194 @Test
195 public void dojo_tests_cldr() throws Exception {
196 test("dojo/tests/cldr");
197 }
198
199
200
201
202 @Test
203 public void dojo_tests_colors() throws Exception {
204 test("dojo/tests/colors");
205 }
206
207
208
209
210 @Test
211 public void dojo_tests_cookie() throws Exception {
212 test("dojo/tests/cookie");
213 }
214
215
216
217
218 @Test
219 public void dojo_tests_currency() throws Exception {
220 test("dojo/tests/currency");
221 }
222
223
224
225
226 @Test
227 public void dojo_tests_data() throws Exception {
228
229
230 }
231
232
233
234
235 @Test
236 public void dojo_tests_date() throws Exception {
237 test("dojo/tests/date");
238 }
239
240
241
242
243 @Test
244 public void dojo_tests_Deferred() throws Exception {
245 test("dojo/tests/Deferred");
246 }
247
248
249
250
251 @Test
252 public void dojo_tests_DeferredList() throws Exception {
253 test("dojo/tests/DeferredList");
254 }
255
256
257
258
259 @Test
260 public void dojo_tests_domStyle() throws Exception {
261 test("dojo/tests/dom-style");
262 }
263
264
265
266
267 @Test
268 public void dojo_tests_errors() throws Exception {
269 test("dojo/tests/errors");
270 }
271
272
273
274
275
276
277
278
279
280
281
282
283
284 @Test
285 public void dojo_tests_hash() throws Exception {
286 test("dojo/tests/hash");
287 }
288
289
290
291
292 @Test
293 public void dojo_tests_html() throws Exception {
294 test("dojo/tests/html");
295 }
296
297
298
299
300 @Test
301 public void dojo_tests_i18n() throws Exception {
302 test("dojo/tests/i18n");
303 }
304
305
306
307
308 @Test
309 public void dojo_tests_json() throws Exception {
310 test("dojo/tests/json");
311 }
312
313
314
315
316 @Test
317 public void dojo_tests_mouse() throws Exception {
318 test("dojo/tests/mouse");
319 }
320
321
322
323
324 @Test
325 public void dojo_tests_node() throws Exception {
326 test("dojo/tests/node");
327 }
328
329
330
331
332 @Test
333 public void dojo_tests_number() throws Exception {
334 test("dojo/tests/number");
335 }
336
337
338
339
340 @Test
341 public void dojo_tests_on() throws Exception {
342 test("dojo/tests/on");
343 }
344
345
346
347
348 @Test
349 public void dojo_tests_parser() throws Exception {
350 test("dojo/tests/parser");
351 }
352
353
354
355
356 @Test
357 public void dojo_tests_query() throws Exception {
358 test("dojo/tests/query");
359 }
360
361
362
363
364 @Test
365 public void dojo_tests_regexp() throws Exception {
366 test("dojo/tests/regexp");
367 }
368
369
370
371
372 @Test
373 public void dojo_tests_request() throws Exception {
374 test("dojo/tests/request");
375 }
376
377
378
379
380
381 @Test
382 public void dojo_tests_router() throws Exception {
383 test("dojo/tests/router");
384 }
385
386
387
388
389 @Test
390 public void dojo_tests_stateful() throws Exception {
391 test("dojo/tests/Stateful");
392 }
393
394
395
396
397 @Test
398 public void dojo_tests_string() throws Exception {
399 test("dojo/tests/string");
400 }
401
402
403
404
405 @Test
406 public void dojo_tests_store() throws Exception {
407 test("dojo/tests/store");
408 }
409
410
411
412
413 @Test
414 public void dojo_tests_touch() throws Exception {
415
416
417 }
418
419
420
421
422 @Test
423 public void dojo_tests_uacss() throws Exception {
424 test("dojo/tests/uacss");
425 }
426
427
428
429
430 @Test
431 public void dojo_tests_when() throws Exception {
432 test("dojo/tests/when");
433 }
434
435
436
437
438 @Test
439 public void dojo_tests_window() throws Exception {
440
441
442 }
443 }