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
|
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
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, 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 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 © 2011–2016 Red Hat. All rights reserved.