9
JUnit 5:如何断言抛出异常?
有没有更好的方法来断言方法会在JUnit 5中引发异常? 当前,我必须使用@Rule来验证我的测试抛出异常,但这不适用于我期望多种方法在测试中抛出异常的情况。
214
java
junit
junit5
junit-jupiter