public class ImageSourceAssert extends AbstractImageSourceAssert<ImageSourceAssert,io.fabric8.openshift.api.model.ImageSource>
ImageSource
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractImageSourceAssert
instead.Constructor and Description |
---|
ImageSourceAssert(io.fabric8.openshift.api.model.ImageSource actual)
Creates a new
to make assertions on actual ImageSource. |
Modifier and Type | Method and Description |
---|---|
static ImageSourceAssert |
assertThat(io.fabric8.openshift.api.model.ImageSource actual)
An entry point for ImageSourceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myImageSource) and get specific assertion with code completion. |
additionalProperties, from, paths, pullSecret
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
public ImageSourceAssert(io.fabric8.openshift.api.model.ImageSource actual)
ImageSourceAssert
to make assertions on actual ImageSource.actual
- the ImageSource we want to make assertions on.public static ImageSourceAssert assertThat(io.fabric8.openshift.api.model.ImageSource actual)
assertThat()
statements.assertThat(myImageSource)
and get specific assertion with code completion.actual
- the ImageSource we want to make assertions on.ImageSourceAssert
Copyright © 2011–2016 Red Hat. All rights reserved.