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