mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-3383 add MessageFormat tests
X-SVN-Rev: 14947
This commit is contained in:
parent
31488860de
commit
31aa8cb970
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue