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