移除junit4,使用默认junit5

This commit is contained in:
EightMonth
2025-03-27 16:58:35 +08:00
parent a27b94c4c6
commit 5ff1b56fe2
15 changed files with 24 additions and 47 deletions

View File

@ -1,5 +1,5 @@
import org.jeecg.loader.vo.PredicatesVo;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import java.util.*;