public class OAuthAccessTokenFluentAssert extends AbstractOAuthAccessTokenFluentAssert<OAuthAccessTokenFluentAssert,io.fabric8.openshift.api.model.OAuthAccessTokenFluent>
OAuthAccessTokenFluent
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractOAuthAccessTokenFluentAssert
instead.Constructor and Description |
---|
OAuthAccessTokenFluentAssert(io.fabric8.openshift.api.model.OAuthAccessTokenFluent actual)
Creates a new
to make assertions on actual OAuthAccessTokenFluent. |
Modifier and Type | Method and Description |
---|---|
static OAuthAccessTokenFluentAssert |
assertThat(io.fabric8.openshift.api.model.OAuthAccessTokenFluent actual)
An entry point for OAuthAccessTokenFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myOAuthAccessTokenFluent) 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 OAuthAccessTokenFluentAssert(io.fabric8.openshift.api.model.OAuthAccessTokenFluent actual)
OAuthAccessTokenFluentAssert
to make assertions on actual OAuthAccessTokenFluent.actual
- the OAuthAccessTokenFluent we want to make assertions on.public static OAuthAccessTokenFluentAssert assertThat(io.fabric8.openshift.api.model.OAuthAccessTokenFluent actual)
assertThat()
statements.assertThat(myOAuthAccessTokenFluent)
and get specific assertion with code completion.actual
- the OAuthAccessTokenFluent we want to make assertions on.OAuthAccessTokenFluentAssert
Copyright © 2011–2016 Red Hat. All rights reserved.