Searched refs:pathMap (Results 1 – 3 of 3) sorted by relevance
83 Map<Path, Boolean> pathMap = new HashMap<>(); in test_getRootDirectories() local84 rootDirectories.forEach(path -> pathMap.put(path, true)); in test_getRootDirectories()85 assertEquals(1, pathMap.size()); in test_getRootDirectories()86 assertTrue(pathMap.get(Paths.get("/"))); in test_getRootDirectories()
175 Map<Path, Boolean> pathMap = new HashMap<>(); in test_move_directory() local177 directoryStream.forEach(file -> pathMap.put(file, true)); in test_move_directory()181 assertEquals(2, pathMap.size()); in test_move_directory()
712 Map<Path, Boolean> pathMap = new HashMap<>(); in test_copy_directory() local714 directoryStream.forEach(file -> pathMap.put(file, true)); in test_copy_directory()718 assertEquals(0, pathMap.size()); in test_copy_directory()