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