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