Searched refs:expectedNames (Results 1 – 4 of 4) sorted by relevance
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
D | SubstituteLoggerFactoryTest.java | 49 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/flatbuffers/samples/ |
D | sample_binary.swift | 11 let expectedNames = ["Sword", "Axe"] in main() variable 14 let weapon1Name = builder.create(string: expectedNames[0]) in main() 15 let weapon2Name = builder.create(string: expectedNames[1]) in main() 61 assert(weap?.name == expectedNames[index]) in main()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PathSubject.java | 268 List<Path> expectedNames = new ArrayList<>(); in hasChildren() local 270 expectedNames.add(actual.getFileSystem().getPath(child)); in hasChildren() 279 if (!actualNames.equals(expectedNames)) { in hasChildren() 281 fact("expected to have children", expectedNames), in hasChildren()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdapi.c | 201 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()
|