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