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