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