public abstract class AbstractRecreateDeploymentStrategyParamsFluentImplAssert<S extends AbstractRecreateDeploymentStrategyParamsFluentImplAssert<S,A>,A extends io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
RecreateDeploymentStrategyParamsFluentImpl specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRecreateDeploymentStrategyParamsFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual RecreateDeploymentStrategyParamsFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual RecreateDeploymentStrategyParamsFluentImpl's additionalProperties is equal to the given one.
|
S |
hasPost(io.fabric8.openshift.api.model.LifecycleHook post)
Verifies that the actual RecreateDeploymentStrategyParamsFluentImpl's post is equal to the given one.
|
S |
hasPre(io.fabric8.openshift.api.model.LifecycleHook pre)
Verifies that the actual RecreateDeploymentStrategyParamsFluentImpl's pre is equal to the given one.
|
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, usingDefaultComparatorprotected AbstractRecreateDeploymentStrategyParamsFluentImplAssert(A actual, Class<S> selfType)
AbstractRecreateDeploymentStrategyParamsFluentImplAssert to make assertions on actual RecreateDeploymentStrategyParamsFluentImpl.actual - the RecreateDeploymentStrategyParamsFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual RecreateDeploymentStrategyParamsFluentImpl's additionalProperties to.AssertionError - - if the actual RecreateDeploymentStrategyParamsFluentImpl's additionalProperties is not equal to the given one.public S hasPost(io.fabric8.openshift.api.model.LifecycleHook post)
post - the given post to compare the actual RecreateDeploymentStrategyParamsFluentImpl's post to.AssertionError - - if the actual RecreateDeploymentStrategyParamsFluentImpl's post is not equal to the given one.public S hasPre(io.fabric8.openshift.api.model.LifecycleHook pre)
pre - the given pre to compare the actual RecreateDeploymentStrategyParamsFluentImpl's pre to.AssertionError - - if the actual RecreateDeploymentStrategyParamsFluentImpl's pre is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.