public abstract class AbstractConfigFluentImplAssert<S extends AbstractConfigFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ConfigFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
ConfigFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractConfigFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ConfigFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ConfigFluentImpl's additionalProperties is equal to the given one.
|
S |
hasApiVersion(String apiVersion)
Verifies that the actual ConfigFluentImpl's apiVersion is equal to the given one.
|
S |
hasClusters(io.fabric8.kubernetes.api.model.NamedCluster... clusters)
Verifies that the actual ConfigFluentImpl's clusters contains the given NamedCluster elements.
|
S |
hasContexts(io.fabric8.kubernetes.api.model.NamedContext... contexts)
Verifies that the actual ConfigFluentImpl's contexts contains the given NamedContext elements.
|
S |
hasCurrentContext(String currentContext)
Verifies that the actual ConfigFluentImpl's currentContext is equal to the given one.
|
S |
hasExtensions(io.fabric8.kubernetes.api.model.NamedExtension... extensions)
Verifies that the actual ConfigFluentImpl's extensions contains the given NamedExtension elements.
|
S |
hasKind(String kind)
Verifies that the actual ConfigFluentImpl's kind is equal to the given one.
|
S |
hasNoClusters()
Verifies that the actual ConfigFluentImpl has no clusters.
|
S |
hasNoContexts()
Verifies that the actual ConfigFluentImpl has no contexts.
|
S |
hasNoExtensions()
Verifies that the actual ConfigFluentImpl has no extensions.
|
S |
hasNoUsers()
Verifies that the actual ConfigFluentImpl has no users.
|
S |
hasPreferences(io.fabric8.kubernetes.api.model.Preferences preferences)
Verifies that the actual ConfigFluentImpl's preferences is equal to the given one.
|
S |
hasUsers(io.fabric8.kubernetes.api.model.NamedAuthInfo... users)
Verifies that the actual ConfigFluentImpl's users contains the given NamedAuthInfo 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 AbstractConfigFluentImplAssert(A actual, Class<S> selfType)
AbstractConfigFluentImplAssert
to make assertions on actual ConfigFluentImpl.actual
- the ConfigFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ConfigFluentImpl's additionalProperties to.AssertionError
- - if the actual ConfigFluentImpl's additionalProperties is not equal to the given one.public S hasApiVersion(String apiVersion)
apiVersion
- the given apiVersion to compare the actual ConfigFluentImpl's apiVersion to.AssertionError
- - if the actual ConfigFluentImpl's apiVersion is not equal to the given one.public S hasClusters(io.fabric8.kubernetes.api.model.NamedCluster... clusters)
clusters
- the given elements that should be contained in actual ConfigFluentImpl's clusters.AssertionError
- if the actual ConfigFluentImpl's clusters does not contain all given NamedCluster elements.public S hasNoClusters()
AssertionError
- if the actual ConfigFluentImpl's clusters is not empty.public S hasContexts(io.fabric8.kubernetes.api.model.NamedContext... contexts)
contexts
- the given elements that should be contained in actual ConfigFluentImpl's contexts.AssertionError
- if the actual ConfigFluentImpl's contexts does not contain all given NamedContext elements.public S hasNoContexts()
AssertionError
- if the actual ConfigFluentImpl's contexts is not empty.public S hasCurrentContext(String currentContext)
currentContext
- the given currentContext to compare the actual ConfigFluentImpl's currentContext to.AssertionError
- - if the actual ConfigFluentImpl's currentContext 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 ConfigFluentImpl's extensions.AssertionError
- if the actual ConfigFluentImpl's extensions does not contain all given NamedExtension elements.public S hasNoExtensions()
AssertionError
- if the actual ConfigFluentImpl's extensions is not empty.public S hasKind(String kind)
kind
- the given kind to compare the actual ConfigFluentImpl's kind to.AssertionError
- - if the actual ConfigFluentImpl's kind is not equal to the given one.public S hasPreferences(io.fabric8.kubernetes.api.model.Preferences preferences)
preferences
- the given preferences to compare the actual ConfigFluentImpl's preferences to.AssertionError
- - if the actual ConfigFluentImpl's preferences is not equal to the given one.public S hasUsers(io.fabric8.kubernetes.api.model.NamedAuthInfo... users)
users
- the given elements that should be contained in actual ConfigFluentImpl's users.AssertionError
- if the actual ConfigFluentImpl's users does not contain all given NamedAuthInfo elements.public S hasNoUsers()
AssertionError
- if the actual ConfigFluentImpl's users is not empty.Copyright © 2011–2015 Red Hat. All rights reserved.