public abstract class AbstractLivenessProbeAssert<S extends AbstractLivenessProbeAssert<S,A>,A extends io.fabric8.kubernetes.api.model.LivenessProbe>
extends org.assertj.core.api.AbstractAssert<S,A>
LivenessProbe specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLivenessProbeAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual LivenessProbe. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual LivenessProbe's additionalProperties is equal to the given one.
|
S |
hasExec(io.fabric8.kubernetes.api.model.ExecAction exec)
Verifies that the actual LivenessProbe's exec is equal to the given one.
|
S |
hasHttpGet(io.fabric8.kubernetes.api.model.HTTPGetAction httpGet)
Verifies that the actual LivenessProbe's httpGet is equal to the given one.
|
S |
hasInitialDelaySeconds(Integer initialDelaySeconds)
Verifies that the actual LivenessProbe's initialDelaySeconds is equal to the given one.
|
S |
hasTcpSocket(io.fabric8.kubernetes.api.model.TCPSocketAction tcpSocket)
Verifies that the actual LivenessProbe's tcpSocket 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 AbstractLivenessProbeAssert(A actual, Class<S> selfType)
AbstractLivenessProbeAssert to make assertions on actual LivenessProbe.actual - the LivenessProbe we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual LivenessProbe's additionalProperties to.AssertionError - - if the actual LivenessProbe's additionalProperties is not equal to the given one.public S hasExec(io.fabric8.kubernetes.api.model.ExecAction exec)
exec - the given exec to compare the actual LivenessProbe's exec to.AssertionError - - if the actual LivenessProbe's exec is not equal to the given one.public S hasHttpGet(io.fabric8.kubernetes.api.model.HTTPGetAction httpGet)
httpGet - the given httpGet to compare the actual LivenessProbe's httpGet to.AssertionError - - if the actual LivenessProbe's httpGet is not equal to the given one.public S hasInitialDelaySeconds(Integer initialDelaySeconds)
initialDelaySeconds - the given initialDelaySeconds to compare the actual LivenessProbe's initialDelaySeconds to.AssertionError - - if the actual LivenessProbe's initialDelaySeconds is not equal to the given one.public S hasTcpSocket(io.fabric8.kubernetes.api.model.TCPSocketAction tcpSocket)
tcpSocket - the given tcpSocket to compare the actual LivenessProbe's tcpSocket to.AssertionError - - if the actual LivenessProbe's tcpSocket is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.