Home
last modified time | relevance | path

Searched refs:testArg (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageTest.java86 Object testArg = testArgs[j]; in TestMSGPatternTest() local
91 if ((testArg == null && value != null) in TestMSGPatternTest()
92 || (testArg != null && !testArg.equals(value))) { in TestMSGPatternTest()
93 logln( i + " " + j + " old: " + testArg); in TestMSGPatternTest()