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