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