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