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