use of com.sequenceiq.it.cloudbreak.action.v4.imagecatalog.ImageCatalogCreateRetryAction in project cloudbreak by hortonworks.
the class ImageCatalogBasicTest method createImageCatalogWithUrl.
public void createImageCatalogWithUrl(MockedTestContext testContext, String url) {
String imgCatalogName = resourcePropertyProvider().getName();
testContext.as().given(ImageCatalogTestDto.class).withUrl(url).withName(imgCatalogName).when(new ImageCatalogCreateRetryAction()).when(imageCatalogTestClient.getV4()).validate();
}
Aggregations