Home
last modified time | relevance | path

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

/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstituteLoggerFactoryTest.java49 Set<String> expectedNames = new HashSet<String>(Arrays.asList("foo1", "foo2")); in testLoggerNameList() local
52 assertEquals(expectedNames, actualNames); in testLoggerNameList()
59 Set<String> expectedNames = new HashSet<String>(Arrays.asList("foo1", "foo2")); in testLoggers() local
66 assertEquals(expectedNames, actualNames); in testLoggers()
/external/icu/icu4c/source/test/cintltst/
Dcucdapi.c199 const char* expectedNames[]={ in TestUScriptCodeAPI() local
214 if(strcmp(expectedNames[i],name)!=0){ in TestUScriptCodeAPI()
215 log_err("Error getting abbreviations Got: %s Expected: %s\n",name,expectedNames[i]); in TestUScriptCodeAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScript.java278 final String[] expectedNames={ in TestGetName() local
288 if(!expectedNames[i].equals(scriptName)){ in TestGetName()
289 … logln("Error getting abbreviations Got: " +scriptName +" Expected: "+expectedNames[i]); in TestGetName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScript.java282 final String[] expectedNames={ in TestGetName() local
292 if(!expectedNames[i].equals(scriptName)){ in TestGetName()
293 … logln("Error getting abbreviations Got: " +scriptName +" Expected: "+expectedNames[i]); in TestGetName()