mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add test
This commit is contained in:
parent
cb093e067d
commit
4df7a25cc4
@ -86,6 +86,12 @@ public class FileUtilTest {
|
||||
FileUtil.move(FileUtil.file("d:/test/a"), FileUtil.file("d:/test/b"), false);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void renameTest3() {
|
||||
FileUtil.rename(FileUtil.file("d:/test/test2.xlsx"), "test3.xlsx", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void copyTest() {
|
||||
final File srcFile = FileUtil.file("hutool.jpg");
|
||||
|
Loading…
x
Reference in New Issue
Block a user