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