Searched refs:expectedNames (Results 1 – 4 of 4) sorted by relevance
49 Set<String> expectedNames = new HashSet<String>(Arrays.asList("foo1", "foo2")); in testLoggerNameList() local52 assertEquals(expectedNames, actualNames); in testLoggerNameList()59 Set<String> expectedNames = new HashSet<String>(Arrays.asList("foo1", "foo2")); in testLoggers() local66 assertEquals(expectedNames, actualNames); in testLoggers()
199 const char* expectedNames[]={ in TestUScriptCodeAPI() local214 if(strcmp(expectedNames[i],name)!=0){ in TestUScriptCodeAPI()215 log_err("Error getting abbreviations Got: %s Expected: %s\n",name,expectedNames[i]); in TestUScriptCodeAPI()
278 final String[] expectedNames={ in TestGetName() local288 if(!expectedNames[i].equals(scriptName)){ in TestGetName()289 … logln("Error getting abbreviations Got: " +scriptName +" Expected: "+expectedNames[i]); in TestGetName()
282 final String[] expectedNames={ in TestGetName() local292 if(!expectedNames[i].equals(scriptName)){ in TestGetName()293 … logln("Error getting abbreviations Got: " +scriptName +" Expected: "+expectedNames[i]); in TestGetName()