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