public abstract class AbstractAuthInfoFluentImplAssert<S extends AbstractAuthInfoFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.AuthInfoFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
AuthInfoFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractAuthInfoFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual AuthInfoFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveExtensions(io.fabric8.kubernetes.api.model.NamedExtension... extensions)
Verifies that the actual AuthInfoFluentImpl's extensions does not contain the given NamedExtension elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual AuthInfoFluentImpl's additionalProperties is equal to the given one.
|
S |
hasClientCertificate(String clientCertificate)
Verifies that the actual AuthInfoFluentImpl's clientCertificate is equal to the given one.
|
S |
hasClientCertificateData(String clientCertificateData)
Verifies that the actual AuthInfoFluentImpl's clientCertificateData is equal to the given one.
|
S |
hasClientKey(String clientKey)
Verifies that the actual AuthInfoFluentImpl's clientKey is equal to the given one.
|
S |
hasClientKeyData(String clientKeyData)
Verifies that the actual AuthInfoFluentImpl's clientKeyData is equal to the given one.
|
S |
hasExtensions(io.fabric8.kubernetes.api.model.NamedExtension... extensions)
Verifies that the actual AuthInfoFluentImpl's extensions contains the given NamedExtension elements.
|
S |
hasNoExtensions()
Verifies that the actual AuthInfoFluentImpl has no extensions.
|
S |
hasOnlyExtensions(io.fabric8.kubernetes.api.model.NamedExtension... extensions)
Verifies that the actual AuthInfoFluentImpl's extensions contains only the given NamedExtension elements and nothing else in whatever order.
|
S |
hasPassword(String password)
Verifies that the actual AuthInfoFluentImpl's password is equal to the given one.
|
S |
hasToken(String token)
Verifies that the actual AuthInfoFluentImpl's token is equal to the given one.
|
S |
hasUsername(String username)
Verifies that the actual AuthInfoFluentImpl's username 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, usingDefaultComparator
protected AbstractAuthInfoFluentImplAssert(A actual, Class<S> selfType)
AbstractAuthInfoFluentImplAssert
to make assertions on actual AuthInfoFluentImpl.actual
- the AuthInfoFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual AuthInfoFluentImpl's additionalProperties to.AssertionError
- - if the actual AuthInfoFluentImpl's additionalProperties is not equal to the given one.public S hasClientCertificate(String clientCertificate)
clientCertificate
- the given clientCertificate to compare the actual AuthInfoFluentImpl's clientCertificate to.AssertionError
- - if the actual AuthInfoFluentImpl's clientCertificate is not equal to the given one.public S hasClientCertificateData(String clientCertificateData)
clientCertificateData
- the given clientCertificateData to compare the actual AuthInfoFluentImpl's clientCertificateData to.AssertionError
- - if the actual AuthInfoFluentImpl's clientCertificateData is not equal to the given one.public S hasClientKey(String clientKey)
clientKey
- the given clientKey to compare the actual AuthInfoFluentImpl's clientKey to.AssertionError
- - if the actual AuthInfoFluentImpl's clientKey is not equal to the given one.public S hasClientKeyData(String clientKeyData)
clientKeyData
- the given clientKeyData to compare the actual AuthInfoFluentImpl's clientKeyData to.AssertionError
- - if the actual AuthInfoFluentImpl's clientKeyData 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 AuthInfoFluentImpl's extensions.AssertionError
- if the actual AuthInfoFluentImpl'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 AuthInfoFluentImpl's extensions.AssertionError
- if the actual AuthInfoFluentImpl'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 AuthInfoFluentImpl's extensions.AssertionError
- if the actual AuthInfoFluentImpl's extensions contains any given NamedExtension elements.public S hasNoExtensions()
AssertionError
- if the actual AuthInfoFluentImpl's extensions is not empty.public S hasPassword(String password)
password
- the given password to compare the actual AuthInfoFluentImpl's password to.AssertionError
- - if the actual AuthInfoFluentImpl's password is not equal to the given one.public S hasToken(String token)
token
- the given token to compare the actual AuthInfoFluentImpl's token to.AssertionError
- - if the actual AuthInfoFluentImpl's token is not equal to the given one.public S hasUsername(String username)
username
- the given username to compare the actual AuthInfoFluentImpl's username to.AssertionError
- - if the actual AuthInfoFluentImpl's username is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.