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