gpt4 book ai didi

Grails 测试集成服务注入(inject)

转载 作者:行者123 更新时间:2023-11-28 20:42:17 26 4
gpt4 key购买 nike

我想做一个完整的集成测试,它使用将调用其他服务的服务(我使用的是 grails 2.4.3)。一切都很好,但是当服务中有服务时,它只会深入 2 层,而它不会再深入
问题是:如何让测试使用所有必要的子服务

class ImportServiceTests extends GroovyTestCase {  

def grailsApplication
def fatherService

def setup() {
}

def cleanup() {
}

void 'test1'() {
String a= fatherService.function() // ->subService -> null
}
}

最佳答案

我的错误是在grails参数中的测试调用

更正自

test-app -unit: ...package.class.method -Dgrails.env=integration

test-app integration: ...package.class.method

关于Grails 测试集成服务注入(inject),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28062893/

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