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