ICU-3383 add MessageFormat tests

X-SVN-Rev: 14947
This commit is contained in:
Alan Liu 2004-04-13 00:43:11 +00:00
parent 31488860de
commit 31aa8cb970

View file

@ -23,6 +23,7 @@ public class TestAll extends TestGroup {
"TestAll$RBNF",
"TestAll$NumberFormat",
"TestAll$DateFormat",
"TestAll$MessageFormat",
"com.ibm.icu.dev.test.format.BigNumberFormatTest"
},
"Formatting Tests");
@ -73,6 +74,15 @@ public class TestAll extends TestGroup {
}
}
public static class MessageFormat extends TestGroup {
public MessageFormat() {
super(new String[] {
"TestMessageFormat",
"MessageRegression",
});
}
}
public static final String CLASS_TARGET_NAME = "Format";
}