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