我正在使用库系统规则来测试调用 System.exit() 的方法:
@Rule
public final ExpectedSystemExit exit = ExpectedSystemExit.none();
不幸的是,这段代码导致了错误......
initializationError caused an ERROR: org/junit/rules/TestRule
我正在使用 JUnit 4.7 和系统规则 1.2.0。
我正在使用库系统规则来测试调用 System.exit() 的方法:
@Rule
public final ExpectedSystemExit exit = ExpectedSystemExit.none();
不幸的是,这段代码导致了错误......
initializationError caused an ERROR: org/junit/rules/TestRule
我正在使用 JUnit 4.7 和系统规则 1.2.0。