Home
last modified time | relevance | path

Searched refs:expectedNames (Results 1 – 2 of 2) 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.c201 const char* expectedNames[]={ in TestUScriptCodeAPI() local
216 if(strcmp(expectedNames[i],name)!=0){ in TestUScriptCodeAPI()
217 log_err("Error getting abbreviations Got: %s Expected: %s\n",name,expectedNames[i]); in TestUScriptCodeAPI()