add test
This commit is contained in:
parent
242efcbc97
commit
24ccbf994e
|
@ -8,6 +8,7 @@ public class Test {
|
|||
@org.junit.jupiter.api.Test
|
||||
public void test() {
|
||||
System.out.println("hahah");
|
||||
throw new RuntimeException("测试异常");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue