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

io.fabric8.kubernetes.api.model.QuobyteVolumeSourceAssert Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;


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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy