Searched refs:actualNames (Results 1 – 3 of 3) sorted by relevance
50 Set<String> actualNames = new HashSet<String>(factory.getLoggerNames()); in testLoggerNameList() local52 assertEquals(expectedNames, actualNames); in testLoggerNameList()61 Set<String> actualNames = new HashSet<String>(); in testLoggers() local63 actualNames.add(slog.getName()); in testLoggers()66 assertEquals(expectedNames, actualNames); in testLoggers()
274 List<Path> actualNames = new ArrayList<>(); in hasChildren() local276 actualNames.add(path.getFileName()); in hasChildren()279 if (!actualNames.equals(expectedNames)) { in hasChildren()282 fact("but had children", actualNames), in hasChildren()
369 List<String> actualNames = Lists.newArrayList(); in verifyInstanceNames() local373 actualNames.add(es.getKey() + "#" + (instance != null ? instance.toString() : "")); in verifyInstanceNames()376 Assert.assertEqualsNoOrder(actualNames.toArray(), expected); in verifyInstanceNames()