public class VolumeFluentImplAssert extends AbstractVolumeFluentImplAssert<VolumeFluentImplAssert,io.fabric8.kubernetes.api.model.VolumeFluentImpl>
VolumeFluentImpl
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractVolumeFluentImplAssert
instead.Constructor and Description |
---|
VolumeFluentImplAssert(io.fabric8.kubernetes.api.model.VolumeFluentImpl actual)
Creates a new
to make assertions on actual VolumeFluentImpl. |
Modifier and Type | Method and Description |
---|---|
static VolumeFluentImplAssert |
assertThat(io.fabric8.kubernetes.api.model.VolumeFluentImpl actual)
An entry point for VolumeFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myVolumeFluentImpl) and get specific assertion with code completion. |
hasAdditionalProperties, hasAwsElasticBlockStore, hasCephfs, hasCinder, hasDownwardAPI, hasEmptyDir, hasFc, hasFlocker, hasGcePersistentDisk, hasGitRepo, hasGlusterfs, hasHostPath, hasIscsi, hasMetadata, hasName, hasNfs, hasPersistentVolumeClaim, hasRbd, hasSecret
as, 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, usingDefaultComparator
public VolumeFluentImplAssert(io.fabric8.kubernetes.api.model.VolumeFluentImpl actual)
VolumeFluentImplAssert
to make assertions on actual VolumeFluentImpl.actual
- the VolumeFluentImpl we want to make assertions on.public static VolumeFluentImplAssert assertThat(io.fabric8.kubernetes.api.model.VolumeFluentImpl actual)
assertThat()
statements.assertThat(myVolumeFluentImpl)
and get specific assertion with code completion.actual
- the VolumeFluentImpl we want to make assertions on.VolumeFluentImplAssert
Copyright © 2011–2015 Red Hat. All rights reserved.