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