public abstract class AbstractEndpointSubsetFluentAssert<S extends AbstractEndpointSubsetFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.EndpointSubsetFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
EndpointSubsetFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractEndpointSubsetFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual EndpointSubsetFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual EndpointSubsetFluent's additionalProperties is equal to the given one.
|
S |
hasAddresses(io.fabric8.kubernetes.api.model.EndpointAddress... addresses)
Verifies that the actual EndpointSubsetFluent's addresses contains the given EndpointAddress elements.
|
S |
hasNoAddresses()
Verifies that the actual EndpointSubsetFluent has no addresses.
|
S |
hasNoPorts()
Verifies that the actual EndpointSubsetFluent has no ports.
|
S |
hasPorts(io.fabric8.kubernetes.api.model.EndpointPort... ports)
Verifies that the actual EndpointSubsetFluent's ports contains the given EndpointPort elements.
|
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 AbstractEndpointSubsetFluentAssert(A actual, Class<S> selfType)
AbstractEndpointSubsetFluentAssert
to make assertions on actual EndpointSubsetFluent.actual
- the EndpointSubsetFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual EndpointSubsetFluent's additionalProperties to.AssertionError
- - if the actual EndpointSubsetFluent's additionalProperties is not equal to the given one.public S hasAddresses(io.fabric8.kubernetes.api.model.EndpointAddress... addresses)
addresses
- the given elements that should be contained in actual EndpointSubsetFluent's addresses.AssertionError
- if the actual EndpointSubsetFluent's addresses does not contain all given EndpointAddress elements.public S hasNoAddresses()
AssertionError
- if the actual EndpointSubsetFluent's addresses is not empty.public S hasPorts(io.fabric8.kubernetes.api.model.EndpointPort... ports)
ports
- the given elements that should be contained in actual EndpointSubsetFluent's ports.AssertionError
- if the actual EndpointSubsetFluent's ports does not contain all given EndpointPort elements.public S hasNoPorts()
AssertionError
- if the actual EndpointSubsetFluent's ports is not empty.Copyright © 2011–2015 Red Hat. All rights reserved.