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