public class OAuthAccessTokenAssert extends AbstractOAuthAccessTokenAssert<OAuthAccessTokenAssert,io.fabric8.openshift.api.model.OAuthAccessToken>
OAuthAccessToken
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractOAuthAccessTokenAssert
instead.Constructor and Description |
---|
OAuthAccessTokenAssert(io.fabric8.openshift.api.model.OAuthAccessToken actual)
Creates a new
to make assertions on actual OAuthAccessToken. |
Modifier and Type | Method and Description |
---|---|
static OAuthAccessTokenAssert |
assertThat(io.fabric8.openshift.api.model.OAuthAccessToken actual)
An entry point for OAuthAccessTokenAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myOAuthAccessToken) and get specific assertion with code completion. |
doesNotHaveScopes, hasAdditionalProperties, hasApiVersion, hasAuthorizeToken, hasClientName, hasExpiresIn, hasKind, hasMetadata, hasNoScopes, hasOnlyScopes, hasRedirectURI, hasRefreshToken, hasScopes, hasUserName, hasUserUID
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
public OAuthAccessTokenAssert(io.fabric8.openshift.api.model.OAuthAccessToken actual)
OAuthAccessTokenAssert
to make assertions on actual OAuthAccessToken.actual
- the OAuthAccessToken we want to make assertions on.public static OAuthAccessTokenAssert assertThat(io.fabric8.openshift.api.model.OAuthAccessToken actual)
assertThat()
statements.assertThat(myOAuthAccessToken)
and get specific assertion with code completion.actual
- the OAuthAccessToken we want to make assertions on.OAuthAccessTokenAssert
Copyright © 2011–2016 Red Hat. All rights reserved.