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