public class DoneableImageAssert extends AbstractDoneableImageAssert<DoneableImageAssert,io.fabric8.openshift.api.model.DoneableImage>
DoneableImage specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDoneableImageAssert instead.| Constructor and Description |
|---|
DoneableImageAssert(io.fabric8.openshift.api.model.DoneableImage actual)
Creates a new
to make assertions on actual DoneableImage. |
| Modifier and Type | Method and Description |
|---|---|
static DoneableImageAssert |
assertThat(io.fabric8.openshift.api.model.DoneableImage actual)
An entry point for DoneableImageAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDoneableImage) and get specific assertion with code completion. |
doesNotHaveDockerImageLayers, hasAdditionalProperties, hasApiVersion, hasDockerImageLayers, hasDockerImageManifest, hasDockerImageMetadata, hasDockerImageMetadataVersion, hasDockerImageReference, hasKind, hasMetadata, hasNoDockerImageLayers, hasOnlyDockerImageLayersas, 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 DoneableImageAssert(io.fabric8.openshift.api.model.DoneableImage actual)
DoneableImageAssert to make assertions on actual DoneableImage.actual - the DoneableImage we want to make assertions on.public static DoneableImageAssert assertThat(io.fabric8.openshift.api.model.DoneableImage actual)
assertThat() statements.assertThat(myDoneableImage) and get specific assertion with code completion.actual - the DoneableImage we want to make assertions on.DoneableImageAssertCopyright © 2011–2016 Red Hat. All rights reserved.