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