public class OAuthClientAssert extends AbstractOAuthClientAssert<OAuthClientAssert,io.fabric8.openshift.api.model.OAuthClient>
OAuthClient
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractOAuthClientAssert
instead.Constructor and Description |
---|
OAuthClientAssert(io.fabric8.openshift.api.model.OAuthClient actual)
Creates a new
to make assertions on actual OAuthClient. |
Modifier and Type | Method and Description |
---|---|
static OAuthClientAssert |
assertThat(io.fabric8.openshift.api.model.OAuthClient actual)
An entry point for OAuthClientAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myOAuthClient) and get specific assertion with code completion. |
additionalProperties, apiVersion, kind, metadata, redirectURIs, respondWithChallenges, secret
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
public OAuthClientAssert(io.fabric8.openshift.api.model.OAuthClient actual)
OAuthClientAssert
to make assertions on actual OAuthClient.actual
- the OAuthClient we want to make assertions on.public static OAuthClientAssert assertThat(io.fabric8.openshift.api.model.OAuthClient actual)
assertThat()
statements.assertThat(myOAuthClient)
and get specific assertion with code completion.actual
- the OAuthClient we want to make assertions on.OAuthClientAssert
Copyright © 2011–2016 Red Hat. All rights reserved.