相关疑难解决方法(0)

相当于 JUnit5 的 @RunWith(JUnitPlatform.class)

在我的项目中,我正在做一些清理工作并决定将所有内容移至 JUnit5。

到目前为止,我一直在使用

@RunWith(JUnitPlatform.class)
Run Code Online (Sandbox Code Playgroud)

现在我想将它迁移到@ExtendWith。这个 JUnitPlatform.class 在 JUnit5 中是否有任何等价物?

java migration junit junit4 junit5

8
推荐指数
2
解决办法
8266
查看次数

标签 统计

java ×1

junit ×1

junit4 ×1

junit5 ×1

migration ×1