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