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