]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / localespi / src / com / ibm / icu / dev / test / localespi / TestAll.java
1 /*\r
2  *******************************************************************************\r
3  * Copyright (C) 2008, International Business Machines Corporation and         *\r
4  * others. All Rights Reserved.                                                *\r
5  *******************************************************************************\r
6  */\r
7 package com.ibm.icu.dev.test.localespi;\r
8 \r
9 import com.ibm.icu.dev.test.TestFmwk.TestGroup;\r
10 \r
11 public class TestAll extends TestGroup {\r
12 \r
13     public static void main(String[] args) {\r
14         new TestAll().run(args);\r
15     }\r
16 \r
17     public TestAll() {\r
18         super(new String[] {\r
19             "BreakIteratorTest",\r
20             "CollatorTest",\r
21             "DateFormatSymbolsTest",\r
22             "DateFormatTest",\r
23             "DecimalFormatSymbolsTest",\r
24             "NumberFormatTest",\r
25             "CurrencyNameTest",\r
26             "LocaleNameTest",\r
27             "TimeZoneNameTest",\r
28         });\r
29     }\r
30 }\r