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