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