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