]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/tests/core/src/com/ibm/icu/dev/test/timescale/TestAll.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / tests / core / src / com / ibm / icu / dev / test / timescale / TestAll.java
1 /*\r
2  **************************************************************************\r
3  * Copyright (C) 2004, International Business Machines Corporation and    *\r
4  * others. All Rights Reserved.                                           *\r
5  **************************************************************************\r
6  *\r
7  */\r
8 \r
9 package com.ibm.icu.dev.test.timescale;\r
10 \r
11 import com.ibm.icu.dev.test.TestFmwk.TestGroup;\r
12 \r
13 /**\r
14  * Top level test used to run time scale tests as a batch.\r
15  */\r
16 public class TestAll extends TestGroup {\r
17 \r
18     public TestAll() {\r
19         super(\r
20             new String[] {\r
21                 "TimeScaleAPITest",\r
22                 "TimeScaleDataTest",\r
23                 "TimeScaleMonkeyTest",\r
24             },\r
25             "All TimeScale tests");\r
26     }\r
27 \r
28     public static void main(String[] args)\r
29     {\r
30         new TestAll().run(args);\r
31     }\r
32 \r
33     public static final String CLASS_TARGET_NAME  = "TimeScale";\r
34 }\r