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