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