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

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

package io.fabric8.kubernetes.api.model;


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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy