单元测试由Junit4变更为Junit5

This commit is contained in:
Looly 2024-08-09 14:55:01 +08:00
parent 85fc13be04
commit 69e278c787

View File

@ -1,6 +1,5 @@
package cn.hutool.db;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
@ -19,7 +18,7 @@ public class DerbyTest {
private static final String DS_GROUP_NAME = "derby";
@BeforeAll
//@BeforeAll
public static void init() throws SQLException {
Db db = Db.use(DS_GROUP_NAME);
try{