Skip to content

Commit a45b1f0

Browse files
committed
see 09/11 log
1 parent c5b2a1a commit a45b1f0

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

utilcode/src/test/java/com/blankj/utilcode/util/FileIOUtilsTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.blankj.utilcode.util;
22

3+
import org.junit.After;
34
import org.junit.Assert;
45
import org.junit.Test;
56

@@ -90,4 +91,9 @@ public void readFile2Bytes() throws Exception {
9091
// System.out.println(end - st);
9192
}
9293

94+
@After
95+
public void tearDown() throws Exception {
96+
FileUtils.deleteAllInDir(PATH_TEMP);
97+
}
98+
9399
}

utilcode/src/test/res/temp/NEW.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)