public abstract class AbstractPodCurrentContainerInfoAssert<S extends AbstractPodCurrentContainerInfoAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PodCurrentContainerInfo>
extends org.assertj.core.api.AbstractAssert<S,A>
PodCurrentContainerInfo specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPodCurrentContainerInfoAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PodCurrentContainerInfo. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual PodCurrentContainerInfo's additionalProperties is equal to the given one.
|
S |
hasDetailInfo(io.fabric8.kubernetes.api.model.DetailInfo detailInfo)
Verifies that the actual PodCurrentContainerInfo's detailInfo is equal to the given one.
|
S |
hasRestartCount(Integer restartCount)
Verifies that the actual PodCurrentContainerInfo's restartCount is equal to the given one.
|
S |
hasState(io.fabric8.kubernetes.api.model.State state)
Verifies that the actual PodCurrentContainerInfo'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, usingDefaultComparatorprotected AbstractPodCurrentContainerInfoAssert(A actual, Class<S> selfType)
AbstractPodCurrentContainerInfoAssert to make assertions on actual PodCurrentContainerInfo.actual - the PodCurrentContainerInfo we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual PodCurrentContainerInfo's additionalProperties to.AssertionError - - if the actual PodCurrentContainerInfo's additionalProperties is not equal to the given one.public S hasDetailInfo(io.fabric8.kubernetes.api.model.DetailInfo detailInfo)
detailInfo - the given detailInfo to compare the actual PodCurrentContainerInfo's detailInfo to.AssertionError - - if the actual PodCurrentContainerInfo's detailInfo is not equal to the given one.public S hasRestartCount(Integer restartCount)
restartCount - the given restartCount to compare the actual PodCurrentContainerInfo's restartCount to.AssertionError - - if the actual PodCurrentContainerInfo's restartCount is not equal to the given one.public S hasState(io.fabric8.kubernetes.api.model.State state)
state - the given state to compare the actual PodCurrentContainerInfo's state to.AssertionError - - if the actual PodCurrentContainerInfo's state is not equal to the given one.Copyright © 2011–2014 Red Hat. All rights reserved.