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