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

io.fabric8.kubernetes.api.model.extensions.SubresourceReferenceAssert Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.extensions;


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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy