add visitor

This commit is contained in:
Looly
2020-11-16 18:02:27 +08:00
parent ea3060cddf
commit 583b7cbe47
6 changed files with 146 additions and 26 deletions

View File

@@ -19,6 +19,15 @@ public class PathUtilTest {
);
}
@Test
@Ignore
public void copyTest(){
PathUtil.copy(
Paths.get("d:/Red2_LYY"),
Paths.get("d:/test/")
);
}
@Test
@Ignore
public void moveTest(){