gpt4 book ai didi

grails - 如何在Grails上运行Spock集成测试

转载 作者:行者123 更新时间:2023-12-02 15:49:25 24 4
gpt4 key购买 nike

我项目的技术堆栈是Grails 3.2.3,Groovy 2.4.7,Gradle 3.2.1,GORM和IDE是Intellij,后端是MongoDB。
我已经实现了Spock集成测试类TestControllerSpec,并且想要运行单个Spock集成测试
为了运行单个测试用例,需要进行哪些配置更改?

@Integration
@Rollback
class TestControllerSpec extends Specification {

@Unroll
void "temp listObjects"(){
def result
def params = [id: '123']
when:
result = controller.index(10)
then:
result == null
result.size()==0
}
}

最佳答案

使用命令行:

grails test-app -integration

或针对特定测试:
grails test-app com.best.company.BestTestClass -integration

关于grails - 如何在Grails上运行Spock集成测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42022878/

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