This commit is contained in:
Looly
2022-04-28 03:20:23 +08:00
parent 17cd183722
commit 8e2c06c671
96 changed files with 175 additions and 167 deletions

View File

@@ -9,7 +9,7 @@ import org.junit.Test;
/**
* Jsch工具类单元测试
*
*
* @author looly
*
*/
@@ -47,7 +47,7 @@ public class JschUtilTest {
sftp.mkDirs("/opt/test/aaa/bbb");
Console.log("OK");
}
@Test
@Ignore
public void reconnectIfTimeoutTest() throws InterruptedException {

View File

@@ -19,7 +19,7 @@ import cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine;
/**
* Thymeleaf单元测试
*
*
* @author looly
*
*/