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