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