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