public abstract class AbstractRollingDeploymentStrategyParamsFluentAssert<S extends AbstractRollingDeploymentStrategyParamsFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.RollingDeploymentStrategyParamsFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
RollingDeploymentStrategyParamsFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractRollingDeploymentStrategyParamsFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual RollingDeploymentStrategyParamsFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual RollingDeploymentStrategyParamsFluent's additionalProperties is equal to the given one.
|
S |
hasIntervalSeconds(Long intervalSeconds)
Verifies that the actual RollingDeploymentStrategyParamsFluent's intervalSeconds is equal to the given one.
|
S |
hasMaxSurge(io.fabric8.kubernetes.api.model.IntOrString maxSurge)
Verifies that the actual RollingDeploymentStrategyParamsFluent's maxSurge is equal to the given one.
|
S |
hasMaxUnavailable(io.fabric8.kubernetes.api.model.IntOrString maxUnavailable)
Verifies that the actual RollingDeploymentStrategyParamsFluent's maxUnavailable is equal to the given one.
|
S |
hasPost(io.fabric8.openshift.api.model.LifecycleHook post)
Verifies that the actual RollingDeploymentStrategyParamsFluent's post is equal to the given one.
|
S |
hasPre(io.fabric8.openshift.api.model.LifecycleHook pre)
Verifies that the actual RollingDeploymentStrategyParamsFluent's pre is equal to the given one.
|
S |
hasTimeoutSeconds(Long timeoutSeconds)
Verifies that the actual RollingDeploymentStrategyParamsFluent's timeoutSeconds is equal to the given one.
|
S |
hasUpdatePercent(Integer updatePercent)
Verifies that the actual RollingDeploymentStrategyParamsFluent's updatePercent is equal to the given one.
|
S |
hasUpdatePeriodSeconds(Long updatePeriodSeconds)
Verifies that the actual RollingDeploymentStrategyParamsFluent's updatePeriodSeconds 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 AbstractRollingDeploymentStrategyParamsFluentAssert(A actual, Class<S> selfType)
AbstractRollingDeploymentStrategyParamsFluentAssert
to make assertions on actual RollingDeploymentStrategyParamsFluent.actual
- the RollingDeploymentStrategyParamsFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual RollingDeploymentStrategyParamsFluent's additionalProperties to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's additionalProperties is not equal to the given one.public S hasIntervalSeconds(Long intervalSeconds)
intervalSeconds
- the given intervalSeconds to compare the actual RollingDeploymentStrategyParamsFluent's intervalSeconds to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's intervalSeconds is not equal to the given one.public S hasMaxSurge(io.fabric8.kubernetes.api.model.IntOrString maxSurge)
maxSurge
- the given maxSurge to compare the actual RollingDeploymentStrategyParamsFluent's maxSurge to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's maxSurge is not equal to the given one.public S hasMaxUnavailable(io.fabric8.kubernetes.api.model.IntOrString maxUnavailable)
maxUnavailable
- the given maxUnavailable to compare the actual RollingDeploymentStrategyParamsFluent's maxUnavailable to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's maxUnavailable 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 RollingDeploymentStrategyParamsFluent's post to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent'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 RollingDeploymentStrategyParamsFluent's pre to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's pre is not equal to the given one.public S hasTimeoutSeconds(Long timeoutSeconds)
timeoutSeconds
- the given timeoutSeconds to compare the actual RollingDeploymentStrategyParamsFluent's timeoutSeconds to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's timeoutSeconds is not equal to the given one.public S hasUpdatePercent(Integer updatePercent)
updatePercent
- the given updatePercent to compare the actual RollingDeploymentStrategyParamsFluent's updatePercent to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's updatePercent is not equal to the given one.public S hasUpdatePeriodSeconds(Long updatePeriodSeconds)
updatePeriodSeconds
- the given updatePeriodSeconds to compare the actual RollingDeploymentStrategyParamsFluent's updatePeriodSeconds to.AssertionError
- - if the actual RollingDeploymentStrategyParamsFluent's updatePeriodSeconds is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.