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