public class SubjectAccessReviewFluentAssert extends AbstractSubjectAccessReviewFluentAssert<SubjectAccessReviewFluentAssert,io.fabric8.openshift.api.model.SubjectAccessReviewFluent>
SubjectAccessReviewFluent
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractSubjectAccessReviewFluentAssert
instead.Constructor and Description |
---|
SubjectAccessReviewFluentAssert(io.fabric8.openshift.api.model.SubjectAccessReviewFluent actual)
Creates a new
to make assertions on actual SubjectAccessReviewFluent. |
Modifier and Type | Method and Description |
---|---|
static SubjectAccessReviewFluentAssert |
assertThat(io.fabric8.openshift.api.model.SubjectAccessReviewFluent actual)
An entry point for SubjectAccessReviewFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(mySubjectAccessReviewFluent) and get specific assertion with code completion. |
hasAdditionalProperties, hasApiVersion, hasContent, hasGroups, hasKind, hasNamespace, hasNoGroups, hasResource, hasResourceName, hasUser, hasVerb
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 SubjectAccessReviewFluentAssert(io.fabric8.openshift.api.model.SubjectAccessReviewFluent actual)
SubjectAccessReviewFluentAssert
to make assertions on actual SubjectAccessReviewFluent.actual
- the SubjectAccessReviewFluent we want to make assertions on.public static SubjectAccessReviewFluentAssert assertThat(io.fabric8.openshift.api.model.SubjectAccessReviewFluent actual)
assertThat()
statements.assertThat(mySubjectAccessReviewFluent)
and get specific assertion with code completion.actual
- the SubjectAccessReviewFluent we want to make assertions on.SubjectAccessReviewFluentAssert
Copyright © 2011–2015 Red Hat. All rights reserved.