public abstract class AbstractHTTPIngressRuleValueFluentImplAssert<S extends AbstractHTTPIngressRuleValueFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.extensions.HTTPIngressRuleValueFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
HTTPIngressRuleValueFluentImpl specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHTTPIngressRuleValueFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual HTTPIngressRuleValueFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHavePaths(io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath... paths)
Verifies that the actual HTTPIngressRuleValueFluentImpl's paths does not contain the given HTTPIngressPath elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual HTTPIngressRuleValueFluentImpl's additionalProperties is equal to the given one.
|
S |
hasNoPaths()
Verifies that the actual HTTPIngressRuleValueFluentImpl has no paths.
|
S |
hasOnlyPaths(io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath... paths)
Verifies that the actual HTTPIngressRuleValueFluentImpl's paths contains only the given HTTPIngressPath elements and nothing else in whatever order.
|
S |
hasPaths(io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath... paths)
Verifies that the actual HTTPIngressRuleValueFluentImpl's paths contains the given HTTPIngressPath elements.
|
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 AbstractHTTPIngressRuleValueFluentImplAssert(A actual, Class<S> selfType)
AbstractHTTPIngressRuleValueFluentImplAssert to make assertions on actual HTTPIngressRuleValueFluentImpl.actual - the HTTPIngressRuleValueFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual HTTPIngressRuleValueFluentImpl's additionalProperties to.AssertionError - - if the actual HTTPIngressRuleValueFluentImpl's additionalProperties is not equal to the given one.public S hasPaths(io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath... paths)
paths - the given elements that should be contained in actual HTTPIngressRuleValueFluentImpl's paths.AssertionError - if the actual HTTPIngressRuleValueFluentImpl's paths does not contain all given HTTPIngressPath elements.public S hasOnlyPaths(io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath... paths)
paths - the given elements that should be contained in actual HTTPIngressRuleValueFluentImpl's paths.AssertionError - if the actual HTTPIngressRuleValueFluentImpl's paths does not contain all given HTTPIngressPath elements.public S doesNotHavePaths(io.fabric8.kubernetes.api.model.extensions.HTTPIngressPath... paths)
paths - the given elements that should not be in actual HTTPIngressRuleValueFluentImpl's paths.AssertionError - if the actual HTTPIngressRuleValueFluentImpl's paths contains any given HTTPIngressPath elements.public S hasNoPaths()
AssertionError - if the actual HTTPIngressRuleValueFluentImpl's paths is not empty.Copyright © 2011–2016 Red Hat. All rights reserved.