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