public abstract class AbstractContainerStateAssert<S extends AbstractContainerStateAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ContainerState>
extends org.assertj.core.api.AbstractAssert<S,A>
ContainerState
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractContainerStateAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ContainerState. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ContainerState's additionalProperties is equal to the given one.
|
S |
hasRunning(io.fabric8.kubernetes.api.model.ContainerStateRunning running)
Verifies that the actual ContainerState's running is equal to the given one.
|
S |
hasTerminated(io.fabric8.kubernetes.api.model.ContainerStateTerminated terminated)
Verifies that the actual ContainerState's terminated is equal to the given one.
|
S |
hasWaiting(io.fabric8.kubernetes.api.model.ContainerStateWaiting waiting)
Verifies that the actual ContainerState's waiting 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 AbstractContainerStateAssert(A actual, Class<S> selfType)
AbstractContainerStateAssert
to make assertions on actual ContainerState.actual
- the ContainerState we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ContainerState's additionalProperties to.AssertionError
- - if the actual ContainerState's additionalProperties is not equal to the given one.public S hasRunning(io.fabric8.kubernetes.api.model.ContainerStateRunning running)
running
- the given running to compare the actual ContainerState's running to.AssertionError
- - if the actual ContainerState's running is not equal to the given one.public S hasTerminated(io.fabric8.kubernetes.api.model.ContainerStateTerminated terminated)
terminated
- the given terminated to compare the actual ContainerState's terminated to.AssertionError
- - if the actual ContainerState's terminated is not equal to the given one.public S hasWaiting(io.fabric8.kubernetes.api.model.ContainerStateWaiting waiting)
waiting
- the given waiting to compare the actual ContainerState's waiting to.AssertionError
- - if the actual ContainerState's waiting is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.