blob: 92451b0f72665670e4d30e5892a41d73656d2ad7 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/lang/TestCharacter.java,v $
* $Date: 2003/06/03 18:49:30 $
* $Revision: 1.2 $
*
*******************************************************************************
*/
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",
"UCharacterIteratorTest",
"UCharacterCategoryTest",
"UCharacterDirectionTest",
"UPropertyAliasesTest",
"UTF16Test"
},
"Character Property and UTF16 Tests");
}
}