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