]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/core/src/com/ibm/icu/dev/test/cldr/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / core / src / com / ibm / icu / dev / test / cldr / TestAll.java
1 /*\r
2  *******************************************************************************\r
3  * Copyright (C) 1996-2005, International Business Machines Corporation and    *\r
4  * others. All Rights Reserved.                                                *\r
5  *******************************************************************************\r
6  */\r
7 package com.ibm.icu.dev.test.cldr;\r
8 \r
9 import com.ibm.icu.dev.test.TestFmwk.TestGroup;\r
10 \r
11 /**\r
12  * Top level test used to run all collation and search tests as a batch.\r
13  */\r
14 public class TestAll extends TestGroup {\r
15     public static void main(String[] args) {\r
16         new TestAll().run(args);\r
17     }\r
18 \r
19     public TestAll() {\r
20         super(\r
21               new String[] {\r
22                   "TestCLDRVsICU",\r
23               },\r
24               "All Cldr Vs ICU Tests"\r
25               );\r
26     }\r
27 \r
28     public static final String CLASS_TARGET_NAME = "Cldr";\r
29 }\r