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