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