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