mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:20:07 +08:00
单元测试由Junit4变更为Junit5
This commit is contained in:
parent
85fc13be04
commit
69e278c787
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user