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

io.fabric8.kubernetes.api.model.storage.v1beta1.CSIDriverAssert Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.storage.v1beta1;


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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy