public abstract class AbstractSubjectAccessReviewResponseAssert<S extends AbstractSubjectAccessReviewResponseAssert<S,A>,A extends io.fabric8.openshift.api.model.SubjectAccessReviewResponse>
extends org.assertj.core.api.AbstractAssert<S,A>
SubjectAccessReviewResponse specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubjectAccessReviewResponseAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual SubjectAccessReviewResponse. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual SubjectAccessReviewResponse's additionalProperties is equal to the given one.
|
S |
hasAllowed(Boolean allowed)
Verifies that the actual SubjectAccessReviewResponse's allowed is equal to the given one.
|
S |
hasApiVersion(io.fabric8.openshift.api.model.SubjectAccessReviewResponse.ApiVersion apiVersion)
Verifies that the actual SubjectAccessReviewResponse's apiVersion is equal to the given one.
|
S |
hasKind(String kind)
Verifies that the actual SubjectAccessReviewResponse's kind is equal to the given one.
|
S |
hasNamespace(String namespace)
Verifies that the actual SubjectAccessReviewResponse's namespace is equal to the given one.
|
S |
hasReason(String reason)
Verifies that the actual SubjectAccessReviewResponse's reason is equal to the given one.
|
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, usingDefaultComparatorprotected AbstractSubjectAccessReviewResponseAssert(A actual, Class<S> selfType)
AbstractSubjectAccessReviewResponseAssert to make assertions on actual SubjectAccessReviewResponse.actual - the SubjectAccessReviewResponse we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual SubjectAccessReviewResponse's additionalProperties to.AssertionError - - if the actual SubjectAccessReviewResponse's additionalProperties is not equal to the given one.public S hasAllowed(Boolean allowed)
allowed - the given allowed to compare the actual SubjectAccessReviewResponse's allowed to.AssertionError - - if the actual SubjectAccessReviewResponse's allowed is not equal to the given one.public S hasApiVersion(io.fabric8.openshift.api.model.SubjectAccessReviewResponse.ApiVersion apiVersion)
apiVersion - the given apiVersion to compare the actual SubjectAccessReviewResponse's apiVersion to.AssertionError - - if the actual SubjectAccessReviewResponse's apiVersion is not equal to the given one.public S hasKind(String kind)
kind - the given kind to compare the actual SubjectAccessReviewResponse's kind to.AssertionError - - if the actual SubjectAccessReviewResponse's kind is not equal to the given one.public S hasNamespace(String namespace)
namespace - the given namespace to compare the actual SubjectAccessReviewResponse's namespace to.AssertionError - - if the actual SubjectAccessReviewResponse's namespace is not equal to the given one.public S hasReason(String reason)
reason - the given reason to compare the actual SubjectAccessReviewResponse's reason to.AssertionError - - if the actual SubjectAccessReviewResponse's reason is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.