Searched refs:dirSet (Results 1 – 1 of 1) sorted by relevance
862 Set<Path> dirSet = new HashSet<>(); in test_find() local864 pathStream.forEach(path -> dirSet.add(path)); in test_find()865 assertEquals(expectedDirSet, dirSet); in test_find()869 dirSet.clear(); in test_find()874 pathStream.forEach(path -> dirSet.add(path)); in test_find()875 assertEquals(expectedDirSet, dirSet); in test_find()885 dirSet.clear(); in test_find()888 pathStream.forEach(path -> dirSet.add(path)); in test_find()889 assertEquals(expectedDirSet, dirSet); in test_find()893 dirSet.clear(); in test_find()[all …]