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