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