MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / testCopy

Method testCopy

src/test/java/com/opslab/util/FileUtilTest.java:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 @Test
96 public void testCopy() throws Exception {
97 System.out.println("测试文件拷贝");
98 String copy = TestUtil.path + "/text/GBKTOUTF8.txt";
99 String dest = TestUtil.path + "temp/GBKTOUTF8.txt";
100 FileUtil.copy(copy, dest);
101 }
102
103 @Test
104 public void testAppendLine() {

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected