gpt4 book ai didi

testing - 为什么我们必须为 Gradle 测试指定 useTestNG()?

转载 作者:行者123 更新时间:2023-11-28 19:47:01 24 4
gpt4 key购买 nike

如果我们想将 TestNG 用于我们的测试,我们必须编写如下内容:

dependencies {
compile project(':model')
testCompile 'org.testng:testng:6.8'
}

test.useTestNG()

但是当使用 Spock 时,我们只指定依赖性

dependencies {
compile project(':model')
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0'
}

为什么我们必须指定 test.useTestNG()

最佳答案

Spock 测试通过 JUnit 运行,这是 Gradle 的默认设置。或者,可以通过 TestNG 运行测试。

关于testing - 为什么我们必须为 Gradle 测试指定 useTestNG()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24909270/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com