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