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