在Grails 2.1.x中,我想为集成测试创建一个额外的dataSource,这样我就可以验证我的服务是否从用户指定的dataSource动态拉取数据。目前,我的测试非常简单,例如:
@Test
void "get Action Types by data source name returns all action types"() {
new ActionCache(actionType: 'Action Type 1').test.save()
new ActionCache(actionType: 'Action Type 2&