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

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

There is a newer version: 4.0.0
Show newest version
package io.fabric8.openshift.api.model;


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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy