]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / core / src / com / ibm / icu / dev / test / stringprep / TestAll.java
1 /*\r
2  *******************************************************************************\r
3  * Copyright (C) 2003-2010, 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                 "TestStringPrepProfiles",\r
31             },\r
32             "StringPrep and IDNA test"\r
33             );\r
34     }\r
35 \r
36     public static final String CLASS_TARGET_NAME = "StringPrep";\r
37 }\r