严格运行JUnit5测试

时间:2018-08-28 06:58:21

标签: java junit junit5

我想使用JUnit5进行测试,但看起来@ScenarioTest尚未实现。

<dependency>
    <groupId>org.junit.jupiter</groupId>
    <artifactId>junit-jupiter-engine</artifactId>
    <version>5.2.0</version>
    <scope>test</scope>
</dependency>

如何严格执行测试?

1 个答案:

答案 0 :(得分:2)

还没有,但是可能是5.4,https://github.com/junit-team/junit5/issues/13