Search in sources :

Example 1 with TemplateConfigService

use of com.thoughtworks.go.server.service.TemplateConfigService in project gocd by gocd.

the class TemplateConfigServiceTest method setup.

@Before
public void setup() {
    goConfigService = mock(GoConfigService.class);
    securityService = mock(SecurityService.class);
    entityHashingService = mock(EntityHashingService.class);
    pluggableTaskService = mock(PluggableTaskService.class);
    service = new TemplateConfigService(goConfigService, securityService, entityHashingService, pluggableTaskService);
}
Also used : PluggableTaskService(com.thoughtworks.go.server.service.tasks.PluggableTaskService) TemplateConfigService(com.thoughtworks.go.server.service.TemplateConfigService) Before(org.junit.Before)

Aggregations

TemplateConfigService (com.thoughtworks.go.server.service.TemplateConfigService)1 PluggableTaskService (com.thoughtworks.go.server.service.tasks.PluggableTaskService)1 Before (org.junit.Before)1