blob: 85f049f6336c3bfa9b622c56f248b604b07840f9 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
*******************************************************************************
* Copyright (C) 1996-2008, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.dev.test.lang;
import android.icu.dev.test.TestFmwk.TestGroup;
import org.junit.runner.RunWith;
import android.icu.junit.IcuTestGroupRunner;
@RunWith(IcuTestGroupRunner.class)
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");
}
}