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

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

package io.fabric8.openshift.api.model;


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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy