public abstract class AbstractRouteStatusFluentAssert<S extends AbstractRouteStatusFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.RouteStatusFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
RouteStatusFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractRouteStatusFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual RouteStatusFluent. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveIngress(io.fabric8.openshift.api.model.RouteIngress... ingress)
Verifies that the actual RouteStatusFluent's ingress does not contain the given RouteIngress elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual RouteStatusFluent's additionalProperties is equal to the given one.
|
S |
hasIngress(io.fabric8.openshift.api.model.RouteIngress... ingress)
Verifies that the actual RouteStatusFluent's ingress contains the given RouteIngress elements.
|
S |
hasNoIngress()
Verifies that the actual RouteStatusFluent has no ingress.
|
S |
hasOnlyIngress(io.fabric8.openshift.api.model.RouteIngress... ingress)
Verifies that the actual RouteStatusFluent's ingress contains only the given RouteIngress elements and nothing else in whatever order.
|
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 AbstractRouteStatusFluentAssert(A actual, Class<S> selfType)
AbstractRouteStatusFluentAssert
to make assertions on actual RouteStatusFluent.actual
- the RouteStatusFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual RouteStatusFluent's additionalProperties to.AssertionError
- - if the actual RouteStatusFluent's additionalProperties is not equal to the given one.public S hasIngress(io.fabric8.openshift.api.model.RouteIngress... ingress)
ingress
- the given elements that should be contained in actual RouteStatusFluent's ingress.AssertionError
- if the actual RouteStatusFluent's ingress does not contain all given RouteIngress elements.public S hasOnlyIngress(io.fabric8.openshift.api.model.RouteIngress... ingress)
ingress
- the given elements that should be contained in actual RouteStatusFluent's ingress.AssertionError
- if the actual RouteStatusFluent's ingress does not contain all given RouteIngress elements.public S doesNotHaveIngress(io.fabric8.openshift.api.model.RouteIngress... ingress)
ingress
- the given elements that should not be in actual RouteStatusFluent's ingress.AssertionError
- if the actual RouteStatusFluent's ingress contains any given RouteIngress elements.public S hasNoIngress()
AssertionError
- if the actual RouteStatusFluent's ingress is not empty.Copyright © 2011–2016 Red Hat. All rights reserved.