public class VolumeSourceFluentAssert extends AbstractVolumeSourceFluentAssert<VolumeSourceFluentAssert,io.fabric8.kubernetes.api.model.VolumeSourceFluent>
VolumeSourceFluent specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractVolumeSourceFluentAssert instead.| Constructor and Description |
|---|
VolumeSourceFluentAssert(io.fabric8.kubernetes.api.model.VolumeSourceFluent actual)
Creates a new
to make assertions on actual VolumeSourceFluent. |
| Modifier and Type | Method and Description |
|---|---|
static VolumeSourceFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.VolumeSourceFluent actual)
An entry point for VolumeSourceFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myVolumeSourceFluent) and get specific assertion with code completion. |
hasAdditionalProperties, hasEmptyDir, hasGitRepo, hasGlusterfs, hasHostDir, hasIscsi, hasNfs, hasPersistentDisk, hasSecretas, 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 VolumeSourceFluentAssert(io.fabric8.kubernetes.api.model.VolumeSourceFluent actual)
VolumeSourceFluentAssert to make assertions on actual VolumeSourceFluent.actual - the VolumeSourceFluent we want to make assertions on.public static VolumeSourceFluentAssert assertThat(io.fabric8.kubernetes.api.model.VolumeSourceFluent actual)
assertThat() statements.assertThat(myVolumeSourceFluent) and get specific assertion with code completion.actual - the VolumeSourceFluent we want to make assertions on.VolumeSourceFluentAssertCopyright © 2011–2015 Red Hat. All rights reserved.