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