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