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 |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
S |
hasTimeoutSeconds(Long timeoutSeconds)
Verifies that the actual RecreateDeploymentStrategyParams's timeoutSeconds is equal to the given one.
|
LifecycleHookAssert |
mid()
Navigates to the property mid so that assertions can be done on it
|
LifecycleHookAssert |
post()
Navigates to the property post so that assertions can be done on it
|
LifecycleHookAssert |
pre()
Navigates to the property pre so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractRecreateDeploymentStrategyParamsAssert(A actual, Class<S> selfType)
AbstractRecreateDeploymentStrategyParamsAssert
to make assertions on actual RecreateDeploymentStrategyParams.actual
- the RecreateDeploymentStrategyParams we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public LifecycleHookAssert mid()
public LifecycleHookAssert post()
public LifecycleHookAssert pre()
public S hasTimeoutSeconds(Long timeoutSeconds)
timeoutSeconds
- the given timeoutSeconds to compare the actual RecreateDeploymentStrategyParams's timeoutSeconds to.AssertionError
- - if the actual RecreateDeploymentStrategyParams's timeoutSeconds is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.