解决
i. 查看 build.gradle 中是否配置了
tasks.named('test') {
useJUnitPlatform()
}
ii. 打开IDEA 设置 (Mac用户 Com + , 可快速打开 / Win用户 Ctrl + Alt + s)
检索Gradle 后,将Run tests using 选项 变更成 intelliJ IDEA 后
点击 Apply 再点击 OK
此时再回到 TestClass 执行测试方法
解决
i. 查看 build.gradle 中是否配置了
tasks.named('test') {
useJUnitPlatform()
}
ii. 打开IDEA 设置 (Mac用户 Com + , 可快速打开 / Win用户 Ctrl + Alt + s)
检索Gradle 后,将Run tests using 选项 变更成 intelliJ IDEA 后
点击 Apply 再点击 OK
此时再回到 TestClass 执行测试方法