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