.mockPostAny(jsonResponse)
.mockPutAny(jsonResponse)
.mockDeleteAny(jsonResponse)
.client();
OpenShiftTestConfiguration configuration = new OpenShiftTestConfiguration();
this.service = new RestService(
configuration.getStagingServer(),
configuration.getClientId(),
new JsonMediaType(),
IHttpClient.MEDIATYPE_APPLICATION_JSON,
new OpenShiftJsonDTOFactory(),
clientMock);
}