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