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