mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
单元测试由Junit4变更为Junit5
This commit is contained in:
parent
85fc13be04
commit
69e278c787
@ -1,6 +1,5 @@
|
|||||||
package cn.hutool.db;
|
package cn.hutool.db;
|
||||||
|
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
|
||||||
import org.junit.jupiter.api.Disabled;
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
@ -19,7 +18,7 @@ public class DerbyTest {
|
|||||||
|
|
||||||
private static final String DS_GROUP_NAME = "derby";
|
private static final String DS_GROUP_NAME = "derby";
|
||||||
|
|
||||||
@BeforeAll
|
//@BeforeAll
|
||||||
public static void init() throws SQLException {
|
public static void init() throws SQLException {
|
||||||
Db db = Db.use(DS_GROUP_NAME);
|
Db db = Db.use(DS_GROUP_NAME);
|
||||||
try{
|
try{
|
||||||
|
Loading…
Reference in New Issue
Block a user