public abstract class AbstractPersistentVolumeClaimSpecFluentImplAssert<S extends AbstractPersistentVolumeClaimSpecFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpecFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
PersistentVolumeClaimSpecFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractPersistentVolumeClaimSpecFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PersistentVolumeClaimSpecFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveAccessModes(String... accessModes)
Verifies that the actual PersistentVolumeClaimSpecFluentImpl's accessModes does not contain the given String elements.
|
S |
hasAccessModes(String... accessModes)
Verifies that the actual PersistentVolumeClaimSpecFluentImpl's accessModes contains the given String elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual PersistentVolumeClaimSpecFluentImpl's additionalProperties is equal to the given one.
|
S |
hasNoAccessModes()
Verifies that the actual PersistentVolumeClaimSpecFluentImpl has no accessModes.
|
S |
hasOnlyAccessModes(String... accessModes)
Verifies that the actual PersistentVolumeClaimSpecFluentImpl's accessModes contains only the given String elements and nothing else in whatever order.
|
S |
hasResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
Verifies that the actual PersistentVolumeClaimSpecFluentImpl's resources is equal to the given one.
|
S |
hasVolumeName(String volumeName)
Verifies that the actual PersistentVolumeClaimSpecFluentImpl's volumeName is equal to the given one.
|
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
protected AbstractPersistentVolumeClaimSpecFluentImplAssert(A actual, Class<S> selfType)
AbstractPersistentVolumeClaimSpecFluentImplAssert
to make assertions on actual PersistentVolumeClaimSpecFluentImpl.actual
- the PersistentVolumeClaimSpecFluentImpl we want to make assertions on.public S hasAccessModes(String... accessModes)
accessModes
- the given elements that should be contained in actual PersistentVolumeClaimSpecFluentImpl's accessModes.AssertionError
- if the actual PersistentVolumeClaimSpecFluentImpl's accessModes does not contain all given String elements.public S hasOnlyAccessModes(String... accessModes)
accessModes
- the given elements that should be contained in actual PersistentVolumeClaimSpecFluentImpl's accessModes.AssertionError
- if the actual PersistentVolumeClaimSpecFluentImpl's accessModes does not contain all given String elements.public S doesNotHaveAccessModes(String... accessModes)
accessModes
- the given elements that should not be in actual PersistentVolumeClaimSpecFluentImpl's accessModes.AssertionError
- if the actual PersistentVolumeClaimSpecFluentImpl's accessModes contains any given String elements.public S hasNoAccessModes()
AssertionError
- if the actual PersistentVolumeClaimSpecFluentImpl's accessModes is not empty.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual PersistentVolumeClaimSpecFluentImpl's additionalProperties to.AssertionError
- - if the actual PersistentVolumeClaimSpecFluentImpl's additionalProperties is not equal to the given one.public S hasResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
resources
- the given resources to compare the actual PersistentVolumeClaimSpecFluentImpl's resources to.AssertionError
- - if the actual PersistentVolumeClaimSpecFluentImpl's resources is not equal to the given one.public S hasVolumeName(String volumeName)
volumeName
- the given volumeName to compare the actual PersistentVolumeClaimSpecFluentImpl's volumeName to.AssertionError
- - if the actual PersistentVolumeClaimSpecFluentImpl's volumeName is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.