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