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