blob: 3a4f0b3788a14cebc5f9f79e4bde052230488186 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2008, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.dev.test.lang;
import com.ibm.icu.dev.test.TestFmwk.TestGroup;
public class TestCharacter extends TestGroup {
public static void main(String[] args) {
new TestCharacter().run(args);
}
public TestCharacter() {
super(
new String[] {
"UCharacterTest",
"UCharacterCaseTest",
"UCharacterCategoryTest",
"UCharacterDirectionTest",
"UPropertyAliasesTest",
"UTF16Test",
"UCharacterSurrogateTest",
"UCharacterThreadTest"
},
"Character Property and UTF16 Tests");
}
}