public abstract class AbstractContainerStatusFluentAssert<S extends AbstractContainerStatusFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ContainerStatusFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
ContainerStatusFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractContainerStatusFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ContainerStatusFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ContainerStatusFluent's additionalProperties is equal to the given one.
|
S |
hasContainerID(String containerID)
Verifies that the actual ContainerStatusFluent's containerID is equal to the given one.
|
S |
hasImage(String image)
Verifies that the actual ContainerStatusFluent's image is equal to the given one.
|
S |
hasPodIP(String podIP)
Verifies that the actual ContainerStatusFluent's podIP is equal to the given one.
|
S |
hasRestartCount(Integer restartCount)
Verifies that the actual ContainerStatusFluent's restartCount is equal to the given one.
|
S |
hasState(io.fabric8.kubernetes.api.model.ContainerState state)
Verifies that the actual ContainerStatusFluent's state 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 AbstractContainerStatusFluentAssert(A actual, Class<S> selfType)
AbstractContainerStatusFluentAssert
to make assertions on actual ContainerStatusFluent.actual
- the ContainerStatusFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ContainerStatusFluent's additionalProperties to.AssertionError
- - if the actual ContainerStatusFluent's additionalProperties is not equal to the given one.public S hasContainerID(String containerID)
containerID
- the given containerID to compare the actual ContainerStatusFluent's containerID to.AssertionError
- - if the actual ContainerStatusFluent's containerID is not equal to the given one.public S hasImage(String image)
image
- the given image to compare the actual ContainerStatusFluent's image to.AssertionError
- - if the actual ContainerStatusFluent's image is not equal to the given one.public S hasPodIP(String podIP)
podIP
- the given podIP to compare the actual ContainerStatusFluent's podIP to.AssertionError
- - if the actual ContainerStatusFluent's podIP is not equal to the given one.public S hasRestartCount(Integer restartCount)
restartCount
- the given restartCount to compare the actual ContainerStatusFluent's restartCount to.AssertionError
- - if the actual ContainerStatusFluent's restartCount is not equal to the given one.public S hasState(io.fabric8.kubernetes.api.model.ContainerState state)
state
- the given state to compare the actual ContainerStatusFluent's state to.AssertionError
- - if the actual ContainerStatusFluent's state is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.