public class PersistentVolumeClaimSpecFluentAssert extends AbstractPersistentVolumeClaimSpecFluentAssert<PersistentVolumeClaimSpecFluentAssert,io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluent>
PersistentVolumeClaimSpecFluent specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractPersistentVolumeClaimSpecFluentAssert instead.| Constructor and Description |
|---|
PersistentVolumeClaimSpecFluentAssert(io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluent actual)
Creates a new
to make assertions on actual PersistentVolumeClaimSpecFluent. |
| Modifier and Type | Method and Description |
|---|---|
static PersistentVolumeClaimSpecFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluent actual)
An entry point for PersistentVolumeClaimSpecFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPersistentVolumeClaimSpecFluent) and get specific assertion with code completion. |
doesNotHaveAccessModes, hasAccessModes, hasAdditionalProperties, hasNoAccessModes, hasOnlyAccessModes, hasResources, hasVolumeNameas, 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 PersistentVolumeClaimSpecFluentAssert(io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluent actual)
PersistentVolumeClaimSpecFluentAssert to make assertions on actual PersistentVolumeClaimSpecFluent.actual - the PersistentVolumeClaimSpecFluent we want to make assertions on.public static PersistentVolumeClaimSpecFluentAssert assertThat(io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluent actual)
assertThat() statements.assertThat(myPersistentVolumeClaimSpecFluent) and get specific assertion with code completion.actual - the PersistentVolumeClaimSpecFluent we want to make assertions on.PersistentVolumeClaimSpecFluentAssertCopyright © 2011–2016 Red Hat. All rights reserved.