blob: bf6daa1979cb9309fdc41bacf0636aba3df8b9c9 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
*******************************************************************************
* Copyright (C) 1996-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.dev.test.translit;
import android.icu.dev.test.TestFmwk.TestGroup;
/**
* Top level test used to run all other tests as a batch.
*/
public class TestAll extends TestGroup {
public static void main(String[] args) {
new TestAll().run(args);
}
public TestAll() {
super(new String[] {
"AnyScriptTest",
"CompoundTransliteratorTest",
"ErrorTest",
"JamoTest",
"ReplaceableTest",
"RoundTripTest",
"TransliteratorTest",
"RegexUtilitiesTest",
"UnicodeMapTest",
"ThreadTest",
"TestUnicodeProperty"
});
}
public static final String CLASS_TARGET_NAME = "Translit";
}