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