public class PersistentVolumeSpecFluentAssert extends AbstractPersistentVolumeSpecFluentAssert<PersistentVolumeSpecFluentAssert,io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluent>
PersistentVolumeSpecFluent specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractPersistentVolumeSpecFluentAssert instead.| Constructor and Description |
|---|
PersistentVolumeSpecFluentAssert(io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluent actual)
Creates a new
to make assertions on actual PersistentVolumeSpecFluent. |
| Modifier and Type | Method and Description |
|---|---|
static PersistentVolumeSpecFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluent actual)
An entry point for PersistentVolumeSpecFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPersistentVolumeSpecFluent) and get specific assertion with code completion. |
hasAccessModes, hasAdditionalProperties, hasAwsElasticBlockStore, hasCapacity, hasCephfs, hasClaimRef, hasGcePersistentDisk, hasGlusterfs, hasHostPath, hasIscsi, hasNfs, hasNoAccessModes, hasPersistentVolumeReclaimPolicy, hasRbdas, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic PersistentVolumeSpecFluentAssert(io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluent actual)
PersistentVolumeSpecFluentAssert to make assertions on actual PersistentVolumeSpecFluent.actual - the PersistentVolumeSpecFluent we want to make assertions on.public static PersistentVolumeSpecFluentAssert assertThat(io.fabric8.kubernetes.api.model.PersistentVolumeSpecFluent actual)
assertThat() statements.assertThat(myPersistentVolumeSpecFluent) and get specific assertion with code completion.actual - the PersistentVolumeSpecFluent we want to make assertions on.PersistentVolumeSpecFluentAssertCopyright © 2011–2015 Red Hat. All rights reserved.