gpt4 book ai didi

gradle - 在Eclipse InternalTestExecutionException中使用Gradle运行Spock测试时出错

转载 作者:行者123 更新时间:2023-12-03 05:46:38 26 4
gpt4 key购买 nike

我在Eclipse中使用gradle运行spock测试时遇到异常。在Gradle任务选项卡“运行内部版本”中,带有红色失败图标,当我右键单击它以查看错误时,它给出了InternalTestExecutrionException。

org.gradle.tooling.internal.protocol.test.InternalTestExecutionException: Error while running test(s)



我的代码非常简单,下面是在gradle项目构建中缺少的代码。
import spock.lang.*

class HelloSpockSpec extends spock.lang.Specification {

def "length of Spock's and his friends' names"() {
expect:
name.size() == length

where:
name | length
"Spock" | 3
"Kirk" | 4
"Scotty" | 6
}
}

最佳答案

我的上述问题通过在build.gradle文件中添加代码解决。

apply plugin: 'groovy'

关于gradle - 在Eclipse InternalTestExecutionException中使用Gradle运行Spock测试时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49883500/

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