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