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 |
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 |
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, usingDefaultComparatorprotected 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 hasNoPaths()
AssertionError - if the actual RootPaths's paths is not empty.Copyright © 2011–2015 Red Hat. All rights reserved.