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