|
14 | 14 | @SuppressWarnings({"static-method", "javadoc"})
|
15 | 15 | @RunWith(JUnit4.class)
|
16 | 16 | public class CoreTest extends CoreTestFmwk {
|
17 |
| - private static final String[] JSON_FILES = {"alias-selector-annotations.json", |
18 |
| - "duplicate-declarations.json", |
19 |
| - "icu-parser-tests.json", |
20 |
| - "icu-test-functions.json", |
21 |
| - "icu-test-previous-release.json", |
22 |
| - "icu-test-selectors.json", |
23 |
| - "invalid-number-literals-diagnostics.json", |
24 |
| - "invalid-options.json", |
25 |
| - "markup.json", |
26 |
| - "matches-whitespace.json", |
27 |
| - "more-data-model-errors.json", |
28 |
| - "more-functions.json", |
29 |
| - "resolution-errors.json", |
30 |
| - "runtime-errors.json", |
31 |
| - "spec/data-model-errors.json", |
32 |
| - "spec/syntax-errors.json", |
33 |
| - "spec/syntax.json", |
34 |
| - "spec/functions/date.json", |
35 |
| - "spec/functions/datetime.json", |
36 |
| - "spec/functions/integer.json", |
37 |
| - "spec/functions/number.json", |
38 |
| - "spec/functions/string.json", |
39 |
| - "spec/functions/time.json", |
40 |
| - "syntax-errors-diagnostics.json", |
41 |
| - "syntax-errors-diagnostics-multiline.json", |
42 |
| - "syntax-errors-end-of-input.json", |
43 |
| - "syntax-errors-reserved.json", |
44 |
| - "tricky-declarations.json", |
45 |
| - "unsupported-expressions.json", |
46 |
| - "unsupported-statements.json", |
47 |
| - "valid-tests.json"}; |
| 17 | + private static final String[] JSON_FILES = { |
| 18 | + "alias-selector-annotations.json", |
| 19 | + "duplicate-declarations.json", |
| 20 | + "icu-parser-tests.json", |
| 21 | + "icu-test-functions.json", |
| 22 | + "icu-test-previous-release.json", |
| 23 | + "icu-test-selectors.json", |
| 24 | + "invalid-number-literals-diagnostics.json", |
| 25 | + "invalid-options.json", |
| 26 | + "markup.json", |
| 27 | + "matches-whitespace.json", |
| 28 | + "more-data-model-errors.json", |
| 29 | + "more-functions.json", |
| 30 | + "resolution-errors.json", |
| 31 | + "runtime-errors.json", |
| 32 | + "spec/data-model-errors.json", |
| 33 | + "spec/syntax-errors.json", |
| 34 | + "spec/syntax.json", |
| 35 | + "spec/functions/date.json", |
| 36 | + "spec/functions/datetime.json", |
| 37 | + "spec/functions/integer.json", |
| 38 | + "spec/functions/number.json", |
| 39 | + "spec/functions/string.json", |
| 40 | + "spec/functions/time.json", |
| 41 | + "syntax-errors-diagnostics.json", |
| 42 | + "syntax-errors-diagnostics-multiline.json", |
| 43 | + "syntax-errors-end-of-input.json", |
| 44 | + "syntax-errors-reserved.json", |
| 45 | + "tricky-declarations.json", |
| 46 | + "unsupported-expressions.json", |
| 47 | + "unsupported-statements.json", |
| 48 | + "valid-tests.json" |
| 49 | + }; |
48 | 50 |
|
49 | 51 | @Test
|
50 | 52 | public void test() throws Exception {
|
|
0 commit comments