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