标签: 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>
如何严格执行测试?
答案 0 :(得分:2)
还没有,但是可能是5.4,https://github.com/junit-team/junit5/issues/13