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