Search in sources :

Example 1 with XmlApiService

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

the class JobResourceImporterTest method setup.

@Before
public void setup() {
    transformerRegistry = new XSLTTransformerRegistry();
    baseUri = "https://localhost:8154/go";
    xmlApiService = mock(XmlApiService.class);
}
Also used : XmlApiService(com.thoughtworks.go.server.service.XmlApiService) XSLTTransformerRegistry(com.thoughtworks.studios.shine.semweb.grddl.XSLTTransformerRegistry) Before(org.junit.Before)

Aggregations

XmlApiService (com.thoughtworks.go.server.service.XmlApiService)1 XSLTTransformerRegistry (com.thoughtworks.studios.shine.semweb.grddl.XSLTTransformerRegistry)1 Before (org.junit.Before)1