]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_2_1-src/src/com/ibm/icu/dev/test/stringprep/TestAll.java
icu4jsrc
[Dictionary.git] / jars / icu4j-4_2_1-src / src / com / ibm / icu / dev / test / stringprep / TestAll.java
1 /*\r
2  *******************************************************************************\r
3  * Copyright (C) 2003-2005, International Business Machines Corporation and    *\r
4  * others. All Rights Reserved.                                                *\r
5  *******************************************************************************\r
6 */\r
7 package com.ibm.icu.dev.test.stringprep;\r
8 \r
9 import com.ibm.icu.dev.test.TestFmwk.TestGroup;\r
10 \r
11 /**\r
12  * @author ram\r
13  *\r
14  * To change the template for this generated type comment go to\r
15  * Window>Preferences>Java>Code Generation>Code and Comments\r
16  */\r
17 public class TestAll extends TestGroup {\r
18    \r
19     public static void main(String[] args) throws Exception {\r
20         new TestAll().run(args);\r
21     }\r
22 \r
23     public TestAll() {\r
24         super(\r
25                   new String[] { \r
26                       "TestIDNA", \r
27                       "TestStringPrep",\r
28                       "TestIDNARef",\r
29                       "IDNAConformanceTest",\r
30                   },\r
31                   "StringPrep and IDNA test"\r
32               );\r
33     }\r
34 \r
35     public static final String CLASS_TARGET_NAME = "StringPrep";\r
36    \r
37 \r
38 }\r