public abstract class AbstractOAuthClientAssert<S extends AbstractOAuthClientAssert<S,A>,A extends io.fabric8.openshift.api.model.OAuthClient>
extends org.assertj.core.api.AbstractAssert<S,A>
OAuthClient
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractOAuthClientAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual OAuthClient. |
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
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
additionalSecrets()
Navigates to the property additionalSecrets so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
apiVersion()
Navigates to the property apiVersion so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
grantMethod()
Navigates to the property grantMethod so that assertions can be done on it
|
S |
hasAccessTokenInactivityTimeoutSeconds(Integer accessTokenInactivityTimeoutSeconds)
Verifies that the actual OAuthClient's accessTokenInactivityTimeoutSeconds is equal to the given one.
|
S |
hasAccessTokenMaxAgeSeconds(Integer accessTokenMaxAgeSeconds)
Verifies that the actual OAuthClient's accessTokenMaxAgeSeconds is equal to the given one.
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
ObjectMetaAssert |
metadata()
Navigates to the property metadata so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
redirectURIs()
Navigates to the property redirectURIs so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
respondWithChallenges()
Navigates to the property respondWithChallenges so that assertions can be done on it
|
NavigationListAssert<io.fabric8.openshift.api.model.ScopeRestriction,ScopeRestrictionAssert> |
scopeRestrictions()
Navigates to the property scopeRestrictions so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
secret()
Navigates to the property secret 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 AbstractOAuthClientAssert(A actual, Class<S> selfType)
AbstractOAuthClientAssert
to make assertions on actual OAuthClient.actual
- the OAuthClient we want to make assertions on.public S hasAccessTokenInactivityTimeoutSeconds(Integer accessTokenInactivityTimeoutSeconds)
accessTokenInactivityTimeoutSeconds
- the given accessTokenInactivityTimeoutSeconds to compare the actual OAuthClient's accessTokenInactivityTimeoutSeconds to.AssertionError
- - if the actual OAuthClient's accessTokenInactivityTimeoutSeconds is not equal to the given one.public S hasAccessTokenMaxAgeSeconds(Integer accessTokenMaxAgeSeconds)
accessTokenMaxAgeSeconds
- the given accessTokenMaxAgeSeconds to compare the actual OAuthClient's accessTokenMaxAgeSeconds to.AssertionError
- - if the actual OAuthClient's accessTokenMaxAgeSeconds is not equal to the given one.public org.assertj.core.api.MapAssert additionalProperties()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> additionalSecrets()
public org.assertj.core.api.StringAssert apiVersion()
public org.assertj.core.api.StringAssert grantMethod()
public org.assertj.core.api.StringAssert kind()
public ObjectMetaAssert metadata()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> redirectURIs()
public org.assertj.core.api.BooleanAssert respondWithChallenges()
public NavigationListAssert<io.fabric8.openshift.api.model.ScopeRestriction,ScopeRestrictionAssert> scopeRestrictions()
public org.assertj.core.api.StringAssert secret()
Copyright © 2020. All rights reserved.