public abstract class AbstractPodStatusFluentImplAssert<S extends AbstractPodStatusFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PodStatusFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
PodStatusFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractPodStatusFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PodStatusFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveConditions(io.fabric8.kubernetes.api.model.PodCondition... conditions)
Verifies that the actual PodStatusFluentImpl's conditions does not contain the given PodCondition elements.
|
S |
doesNotHaveContainerStatuses(io.fabric8.kubernetes.api.model.ContainerStatus... containerStatuses)
Verifies that the actual PodStatusFluentImpl's containerStatuses does not contain the given ContainerStatus elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual PodStatusFluentImpl's additionalProperties is equal to the given one.
|
S |
hasConditions(io.fabric8.kubernetes.api.model.PodCondition... conditions)
Verifies that the actual PodStatusFluentImpl's conditions contains the given PodCondition elements.
|
S |
hasContainerStatuses(io.fabric8.kubernetes.api.model.ContainerStatus... containerStatuses)
Verifies that the actual PodStatusFluentImpl's containerStatuses contains the given ContainerStatus elements.
|
S |
hasHostIP(String hostIP)
Verifies that the actual PodStatusFluentImpl's hostIP is equal to the given one.
|
S |
hasMessage(String message)
Verifies that the actual PodStatusFluentImpl's message is equal to the given one.
|
S |
hasNoConditions()
Verifies that the actual PodStatusFluentImpl has no conditions.
|
S |
hasNoContainerStatuses()
Verifies that the actual PodStatusFluentImpl has no containerStatuses.
|
S |
hasOnlyConditions(io.fabric8.kubernetes.api.model.PodCondition... conditions)
Verifies that the actual PodStatusFluentImpl's conditions contains only the given PodCondition elements and nothing else in whatever order.
|
S |
hasOnlyContainerStatuses(io.fabric8.kubernetes.api.model.ContainerStatus... containerStatuses)
Verifies that the actual PodStatusFluentImpl's containerStatuses contains only the given ContainerStatus elements and nothing else in whatever order.
|
S |
hasPhase(String phase)
Verifies that the actual PodStatusFluentImpl's phase is equal to the given one.
|
S |
hasPodIP(String podIP)
Verifies that the actual PodStatusFluentImpl's podIP is equal to the given one.
|
S |
hasReason(String reason)
Verifies that the actual PodStatusFluentImpl's reason is equal to the given one.
|
S |
hasStartTime(String startTime)
Verifies that the actual PodStatusFluentImpl's startTime 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 AbstractPodStatusFluentImplAssert(A actual, Class<S> selfType)
AbstractPodStatusFluentImplAssert
to make assertions on actual PodStatusFluentImpl.actual
- the PodStatusFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual PodStatusFluentImpl's additionalProperties to.AssertionError
- - if the actual PodStatusFluentImpl's additionalProperties is not equal to the given one.public S hasConditions(io.fabric8.kubernetes.api.model.PodCondition... conditions)
conditions
- the given elements that should be contained in actual PodStatusFluentImpl's conditions.AssertionError
- if the actual PodStatusFluentImpl's conditions does not contain all given PodCondition elements.public S hasOnlyConditions(io.fabric8.kubernetes.api.model.PodCondition... conditions)
conditions
- the given elements that should be contained in actual PodStatusFluentImpl's conditions.AssertionError
- if the actual PodStatusFluentImpl's conditions does not contain all given PodCondition elements.public S doesNotHaveConditions(io.fabric8.kubernetes.api.model.PodCondition... conditions)
conditions
- the given elements that should not be in actual PodStatusFluentImpl's conditions.AssertionError
- if the actual PodStatusFluentImpl's conditions contains any given PodCondition elements.public S hasNoConditions()
AssertionError
- if the actual PodStatusFluentImpl's conditions is not empty.public S hasContainerStatuses(io.fabric8.kubernetes.api.model.ContainerStatus... containerStatuses)
containerStatuses
- the given elements that should be contained in actual PodStatusFluentImpl's containerStatuses.AssertionError
- if the actual PodStatusFluentImpl's containerStatuses does not contain all given ContainerStatus elements.public S hasOnlyContainerStatuses(io.fabric8.kubernetes.api.model.ContainerStatus... containerStatuses)
containerStatuses
- the given elements that should be contained in actual PodStatusFluentImpl's containerStatuses.AssertionError
- if the actual PodStatusFluentImpl's containerStatuses does not contain all given ContainerStatus elements.public S doesNotHaveContainerStatuses(io.fabric8.kubernetes.api.model.ContainerStatus... containerStatuses)
containerStatuses
- the given elements that should not be in actual PodStatusFluentImpl's containerStatuses.AssertionError
- if the actual PodStatusFluentImpl's containerStatuses contains any given ContainerStatus elements.public S hasNoContainerStatuses()
AssertionError
- if the actual PodStatusFluentImpl's containerStatuses is not empty.public S hasHostIP(String hostIP)
hostIP
- the given hostIP to compare the actual PodStatusFluentImpl's hostIP to.AssertionError
- - if the actual PodStatusFluentImpl's hostIP is not equal to the given one.public S hasMessage(String message)
message
- the given message to compare the actual PodStatusFluentImpl's message to.AssertionError
- - if the actual PodStatusFluentImpl's message is not equal to the given one.public S hasPhase(String phase)
phase
- the given phase to compare the actual PodStatusFluentImpl's phase to.AssertionError
- - if the actual PodStatusFluentImpl's phase is not equal to the given one.public S hasPodIP(String podIP)
podIP
- the given podIP to compare the actual PodStatusFluentImpl's podIP to.AssertionError
- - if the actual PodStatusFluentImpl's podIP is not equal to the given one.public S hasReason(String reason)
reason
- the given reason to compare the actual PodStatusFluentImpl's reason to.AssertionError
- - if the actual PodStatusFluentImpl's reason is not equal to the given one.public S hasStartTime(String startTime)
startTime
- the given startTime to compare the actual PodStatusFluentImpl's startTime to.AssertionError
- - if the actual PodStatusFluentImpl's startTime is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.