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