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