public class DoneableConfigAssert extends AbstractDoneableConfigAssert<DoneableConfigAssert,io.fabric8.kubernetes.api.model.DoneableConfig>
DoneableConfig specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDoneableConfigAssert instead.| Constructor and Description |
|---|
DoneableConfigAssert(io.fabric8.kubernetes.api.model.DoneableConfig actual)
Creates a new
to make assertions on actual DoneableConfig. |
| Modifier and Type | Method and Description |
|---|---|
static DoneableConfigAssert |
assertThat(io.fabric8.kubernetes.api.model.DoneableConfig actual)
An entry point for DoneableConfigAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDoneableConfig) and get specific assertion with code completion. |
doesNotHaveClusters, doesNotHaveContexts, doesNotHaveExtensions, doesNotHaveUsers, hasAdditionalProperties, hasApiVersion, hasClusters, hasContexts, hasCurrentContext, hasExtensions, hasKind, hasNoClusters, hasNoContexts, hasNoExtensions, hasNoUsers, hasOnlyClusters, hasOnlyContexts, hasOnlyExtensions, hasOnlyUsers, hasPreferences, hasUsersas, 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 DoneableConfigAssert(io.fabric8.kubernetes.api.model.DoneableConfig actual)
DoneableConfigAssert to make assertions on actual DoneableConfig.actual - the DoneableConfig we want to make assertions on.public static DoneableConfigAssert assertThat(io.fabric8.kubernetes.api.model.DoneableConfig actual)
assertThat() statements.assertThat(myDoneableConfig) and get specific assertion with code completion.actual - the DoneableConfig we want to make assertions on.DoneableConfigAssertCopyright © 2011–2016 Red Hat. All rights reserved.