
io.fabric8.openshift.api.model.ImageStreamImportSpecAssert Maven / Gradle / Ivy
package io.fabric8.openshift.api.model;
/**
* {@link ImageStreamImportSpec} specific assertions - Generated by CustomAssertionGenerator.
*
* Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
* extend {@link AbstractImageStreamImportSpecAssert} instead.
*/
public class ImageStreamImportSpecAssert extends AbstractImageStreamImportSpecAssert {
/**
* Creates a new {@link ImageStreamImportSpecAssert}
to make assertions on actual ImageStreamImportSpec.
* @param actual the ImageStreamImportSpec we want to make assertions on.
*/
public ImageStreamImportSpecAssert(ImageStreamImportSpec actual) {
super(actual, ImageStreamImportSpecAssert.class);
}
/**
* An entry point for ImageStreamImportSpecAssert to follow AssertJ standard assertThat()
statements.
* With a static import, one can write directly: assertThat(myImageStreamImportSpec)
and get specific assertion with code completion.
* @param actual the ImageStreamImportSpec we want to make assertions on.
* @return a new {@link ImageStreamImportSpecAssert}
*/
public static ImageStreamImportSpecAssert assertThat(ImageStreamImportSpec actual) {
return new ImageStreamImportSpecAssert(actual);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy