public abstract class AbstractAuthInfoAssert<S extends AbstractAuthInfoAssert<S,A>,A extends io.fabric8.kubernetes.api.model.AuthInfo>
extends org.assertj.core.api.AbstractAssert<S,A>
AuthInfo
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractAuthInfoAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual AuthInfo. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
as()
Navigates to the property as so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
asGroups()
Navigates to the property asGroups so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
asUserExtra()
Navigates to the property asUserExtra so that assertions can be done on it
|
AuthProviderConfigAssert |
authProvider()
Navigates to the property authProvider so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
clientCertificate()
Navigates to the property clientCertificate so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
clientCertificateData()
Navigates to the property clientCertificateData so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
clientKey()
Navigates to the property clientKey so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
clientKeyData()
Navigates to the property clientKeyData so that assertions can be done on it
|
ExecConfigAssert |
exec()
Navigates to the property exec so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.NamedExtension,NamedExtensionAssert> |
extensions()
Navigates to the property extensions so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
password()
Navigates to the property password so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
token()
Navigates to the property token so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
tokenFile()
Navigates to the property tokenFile so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
username()
Navigates to the property username so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
protected AbstractAuthInfoAssert(A actual, Class<S> selfType)
AbstractAuthInfoAssert
to make assertions on actual AuthInfo.actual
- the AuthInfo we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert as()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> asGroups()
public org.assertj.core.api.MapAssert asUserExtra()
public AuthProviderConfigAssert authProvider()
public org.assertj.core.api.StringAssert clientCertificate()
public org.assertj.core.api.StringAssert clientCertificateData()
public org.assertj.core.api.StringAssert clientKey()
public org.assertj.core.api.StringAssert clientKeyData()
public ExecConfigAssert exec()
public NavigationListAssert<io.fabric8.kubernetes.api.model.NamedExtension,NamedExtensionAssert> extensions()
public org.assertj.core.api.StringAssert password()
public org.assertj.core.api.StringAssert token()
public org.assertj.core.api.StringAssert tokenFile()
public org.assertj.core.api.StringAssert username()
Copyright © 2020. All rights reserved.