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