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