This commit is contained in:
weihu 2023-12-26 16:55:30 +08:00
parent 242efcbc97
commit 24ccbf994e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ public class Test {
@org.junit.jupiter.api.Test
public void test() {
System.out.println("hahah");
throw new RuntimeException("测试异常");
}
}