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