public abstract class AbstractPodStateFluentAssert<S extends AbstractPodStateFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PodStateFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
PodStateFluent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPodStateFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PodStateFluent. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual PodStateFluent's additionalProperties is equal to the given one.
|
S |
hasHost(String host)
Verifies that the actual PodStateFluent's host is equal to the given one.
|
S |
hasHostIP(String hostIP)
Verifies that the actual PodStateFluent's hostIP is equal to the given one.
|
S |
hasInfo(Map info)
Verifies that the actual PodStateFluent's info is equal to the given one.
|
S |
hasManifest(io.fabric8.kubernetes.api.model.ContainerManifest manifest)
Verifies that the actual PodStateFluent's manifest is equal to the given one.
|
S |
hasMessage(String message)
Verifies that the actual PodStateFluent's message is equal to the given one.
|
S |
hasPodIP(String podIP)
Verifies that the actual PodStateFluent's podIP is equal to the given one.
|
S |
hasStatus(String status)
Verifies that the actual PodStateFluent's status 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 AbstractPodStateFluentAssert(A actual, Class<S> selfType)
AbstractPodStateFluentAssert to make assertions on actual PodStateFluent.actual - the PodStateFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual PodStateFluent's additionalProperties to.AssertionError - - if the actual PodStateFluent's additionalProperties is not equal to the given one.public S hasHost(String host)
host - the given host to compare the actual PodStateFluent's host to.AssertionError - - if the actual PodStateFluent's host is not equal to the given one.public S hasHostIP(String hostIP)
hostIP - the given hostIP to compare the actual PodStateFluent's hostIP to.AssertionError - - if the actual PodStateFluent's hostIP is not equal to the given one.public S hasInfo(Map info)
info - the given info to compare the actual PodStateFluent's info to.AssertionError - - if the actual PodStateFluent's info is not equal to the given one.public S hasManifest(io.fabric8.kubernetes.api.model.ContainerManifest manifest)
manifest - the given manifest to compare the actual PodStateFluent's manifest to.AssertionError - - if the actual PodStateFluent's manifest is not equal to the given one.public S hasMessage(String message)
message - the given message to compare the actual PodStateFluent's message to.AssertionError - - if the actual PodStateFluent's message is not equal to the given one.public S hasPodIP(String podIP)
podIP - the given podIP to compare the actual PodStateFluent's podIP to.AssertionError - - if the actual PodStateFluent's podIP is not equal to the given one.public S hasStatus(String status)
status - the given status to compare the actual PodStateFluent's status to.AssertionError - - if the actual PodStateFluent's status is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.