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