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