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