All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.openshift.api.model.ImageStreamImportStatusAssert Maven / Gradle / Ivy

package io.fabric8.openshift.api.model;


/**
 * {@link ImageStreamImportStatus} specific assertions - Generated by CustomAssertionGenerator.
 *
 * Although this class is not final to allow Soft assertions proxy, if you wish to extend it, 
 * extend {@link AbstractImageStreamImportStatusAssert} instead.
 */
public class ImageStreamImportStatusAssert extends AbstractImageStreamImportStatusAssert {

  /**
   * Creates a new {@link ImageStreamImportStatusAssert} to make assertions on actual ImageStreamImportStatus.
   * @param actual the ImageStreamImportStatus we want to make assertions on.
   */
  public ImageStreamImportStatusAssert(ImageStreamImportStatus actual) {
    super(actual, ImageStreamImportStatusAssert.class);
  }

  /**
   * An entry point for ImageStreamImportStatusAssert to follow AssertJ standard assertThat() statements.
* With a static import, one can write directly: assertThat(myImageStreamImportStatus) and get specific assertion with code completion. * @param actual the ImageStreamImportStatus we want to make assertions on. * @return a new {@link ImageStreamImportStatusAssert} */ public static ImageStreamImportStatusAssert assertThat(ImageStreamImportStatus actual) { return new ImageStreamImportStatusAssert(actual); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy