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