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