junit-assertableexpectedexceptionrule:JUnit ExpectedException 规则的实验性克隆,允许发布异常断言

时间:2024-07-23 04:42:13
【文件属性】:

文件名称:junit-assertableexpectedexceptionrule:JUnit ExpectedException 规则的实验性克隆,允许发布异常断言

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-23 04:42:13

Java

junit-assertableexpectedexception 规则 JUnit ExpectedException 规则的实验性克隆,允许发布异常断言 这个小规则在抛出异常后需要在被测系统上进行一些发布断言的情况下很有帮助。 在 JUnit 4.12 之前,我们执行如下操作 @Test public void test() { try { classUnderTest . methodThrowingException(); // perform action that is expected to throw exception throw new AssertionError ( " This must not occur " ); // we forget this which causes false positives } catch ( Exc


【文件预览】:
junit-assertableexpectedexceptionrule-master
----src()
--------test()
--------main()
----LICENSE(1KB)
----README.md(1KB)

网友评论