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