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 |
hasImageID(String imageID)
Verifies that the actual ContainerStatus's imageID is equal to the given one.
|
S |
hasLastState(io.fabric8.kubernetes.api.model.ContainerState lastState)
Verifies that the actual ContainerStatus's lastState is equal to the given one.
|
S |
hasName(String name)
Verifies that the actual ContainerStatus's name is equal to the given one.
|
S |
hasReady(Boolean ready)
Verifies that the actual ContainerStatus's ready 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, usingDefaultComparatorprotected 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 hasImageID(String imageID)
imageID - the given imageID to compare the actual ContainerStatus's imageID to.AssertionError - - if the actual ContainerStatus's imageID is not equal to the given one.public S hasLastState(io.fabric8.kubernetes.api.model.ContainerState lastState)
lastState - the given lastState to compare the actual ContainerStatus's lastState to.AssertionError - - if the actual ContainerStatus's lastState is not equal to the given one.public S hasName(String name)
name - the given name to compare the actual ContainerStatus's name to.AssertionError - - if the actual ContainerStatus's name is not equal to the given one.public S hasReady(Boolean ready)
ready - the given ready to compare the actual ContainerStatus's ready to.AssertionError - - if the actual ContainerStatus's ready 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–2016 Red Hat. All rights reserved.