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