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