Commit 82c842d8 by lixinyi

增加失败测试用例

parent 00ecfd4e
......@@ -14,4 +14,7 @@ public class ApplicationTest {
public void test1(){
System.out.println("hello,junit!!!");
}
@Test
public void test2(){ System.out.println(1/0);}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment