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);
}
Aggregations