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