
io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceAssert Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
/**
* {@link RBDPersistentVolumeSource} specific assertions - Generated by CustomAssertionGenerator.
*
* Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
* extend {@link AbstractRBDPersistentVolumeSourceAssert} instead.
*/
public class RBDPersistentVolumeSourceAssert extends AbstractRBDPersistentVolumeSourceAssert {
/**
* Creates a new {@link RBDPersistentVolumeSourceAssert}
to make assertions on actual RBDPersistentVolumeSource.
* @param actual the RBDPersistentVolumeSource we want to make assertions on.
*/
public RBDPersistentVolumeSourceAssert(RBDPersistentVolumeSource actual) {
super(actual, RBDPersistentVolumeSourceAssert.class);
}
/**
* An entry point for RBDPersistentVolumeSourceAssert to follow AssertJ standard assertThat()
statements.
* With a static import, one can write directly: assertThat(myRBDPersistentVolumeSource)
and get specific assertion with code completion.
* @param actual the RBDPersistentVolumeSource we want to make assertions on.
* @return a new {@link RBDPersistentVolumeSourceAssert}
*/
public static RBDPersistentVolumeSourceAssert assertThat(RBDPersistentVolumeSource actual) {
return new RBDPersistentVolumeSourceAssert(actual);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy