Searched refs:expectedDirSet (Results 1 – 1 of 1) sorted by relevance
856 Set<Path> expectedDirSet = new HashSet<>(); in test_find() local857 expectedDirSet.add(rootDir); in test_find()858 expectedDirSet.add(dir1); in test_find()859 expectedDirSet.add(dir2); in test_find()860 expectedDirSet.add(dir4); in test_find()861 expectedDirSet.add(dir5); in test_find()865 assertEquals(expectedDirSet, dirSet); in test_find()868 expectedDirSet.clear(); in test_find()871 expectedDirSet.add(rootDir); in test_find()875 assertEquals(expectedDirSet, dirSet); in test_find()[all …]