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