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