public class EditablePolicyRuleAssert extends AbstractEditablePolicyRuleAssert<EditablePolicyRuleAssert,io.fabric8.openshift.api.model.EditablePolicyRule>
EditablePolicyRule
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEditablePolicyRuleAssert
instead.Constructor and Description |
---|
EditablePolicyRuleAssert(io.fabric8.openshift.api.model.EditablePolicyRule actual)
Creates a new
to make assertions on actual EditablePolicyRule. |
Modifier and Type | Method and Description |
---|---|
static EditablePolicyRuleAssert |
assertThat(io.fabric8.openshift.api.model.EditablePolicyRule actual)
An entry point for EditablePolicyRuleAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEditablePolicyRule) and get specific assertion with code completion. |
doesNotHaveApiGroups, doesNotHaveNonResourceURLs, doesNotHaveResourceNames, doesNotHaveResources, doesNotHaveVerbs, hasAdditionalProperties, hasApiGroups, hasAttributeRestrictions, hasNoApiGroups, hasNoNonResourceURLs, hasNonResourceURLs, hasNoResourceNames, hasNoResources, hasNoVerbs, hasOnlyApiGroups, hasOnlyNonResourceURLs, hasOnlyResourceNames, hasOnlyResources, hasOnlyVerbs, hasResourceNames, hasResources, hasVerbs
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 EditablePolicyRuleAssert(io.fabric8.openshift.api.model.EditablePolicyRule actual)
EditablePolicyRuleAssert
to make assertions on actual EditablePolicyRule.actual
- the EditablePolicyRule we want to make assertions on.public static EditablePolicyRuleAssert assertThat(io.fabric8.openshift.api.model.EditablePolicyRule actual)
assertThat()
statements.assertThat(myEditablePolicyRule)
and get specific assertion with code completion.actual
- the EditablePolicyRule we want to make assertions on.EditablePolicyRuleAssert
Copyright © 2011–2015 Red Hat. All rights reserved.