blob: c417f5ffa071a47e62ba9b81b9e8d70fa991d8b7 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
**************************************************************************
* Copyright (C) 2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
**************************************************************************
*
*/
package android.icu.dev.test.timescale;
import android.icu.dev.test.TestFmwk.TestGroup;
/**
* Top level test used to run time scale tests as a batch.
*/
public class TestAll extends TestGroup {
public TestAll() {
super(
new String[] {
"TimeScaleAPITest",
"TimeScaleDataTest",
"TimeScaleMonkeyTest",
},
"All TimeScale tests");
}
public static void main(String[] args)
{
new TestAll().run(args);
}
public static final String CLASS_TARGET_NAME = "TimeScale";
}