public abstract class AbstractDeploymentConfigStatusAssert<S extends AbstractDeploymentConfigStatusAssert<S,A>,A extends io.fabric8.openshift.api.model.DeploymentConfigStatus>
extends org.assertj.core.api.AbstractAssert<S,A>
DeploymentConfigStatus
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDeploymentConfigStatusAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeploymentConfigStatus. |
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
|
NavigationListAssert<io.fabric8.openshift.api.model.DeploymentCondition,DeploymentConditionAssert> |
conditions()
Navigates to the property conditions so that assertions can be done on it
|
DeploymentDetailsAssert |
details()
Navigates to the property details so that assertions can be done on it
|
S |
hasAvailableReplicas(Integer availableReplicas)
Verifies that the actual DeploymentConfigStatus's availableReplicas is equal to the given one.
|
S |
hasLatestVersion(Long latestVersion)
Verifies that the actual DeploymentConfigStatus's latestVersion is equal to the given one.
|
S |
hasObservedGeneration(Long observedGeneration)
Verifies that the actual DeploymentConfigStatus's observedGeneration is equal to the given one.
|
S |
hasReadyReplicas(Integer readyReplicas)
Verifies that the actual DeploymentConfigStatus's readyReplicas is equal to the given one.
|
S |
hasReplicas(Integer replicas)
Verifies that the actual DeploymentConfigStatus's replicas is equal to the given one.
|
S |
hasUnavailableReplicas(Integer unavailableReplicas)
Verifies that the actual DeploymentConfigStatus's unavailableReplicas is equal to the given one.
|
S |
hasUpdatedReplicas(Integer updatedReplicas)
Verifies that the actual DeploymentConfigStatus's updatedReplicas is equal to the given one.
|
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 AbstractDeploymentConfigStatusAssert(A actual, Class<S> selfType)
AbstractDeploymentConfigStatusAssert
to make assertions on actual DeploymentConfigStatus.actual
- the DeploymentConfigStatus we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public S hasAvailableReplicas(Integer availableReplicas)
availableReplicas
- the given availableReplicas to compare the actual DeploymentConfigStatus's availableReplicas to.AssertionError
- - if the actual DeploymentConfigStatus's availableReplicas is not equal to the given one.public NavigationListAssert<io.fabric8.openshift.api.model.DeploymentCondition,DeploymentConditionAssert> conditions()
public DeploymentDetailsAssert details()
public S hasLatestVersion(Long latestVersion)
latestVersion
- the given latestVersion to compare the actual DeploymentConfigStatus's latestVersion to.AssertionError
- - if the actual DeploymentConfigStatus's latestVersion is not equal to the given one.public S hasObservedGeneration(Long observedGeneration)
observedGeneration
- the given observedGeneration to compare the actual DeploymentConfigStatus's observedGeneration to.AssertionError
- - if the actual DeploymentConfigStatus's observedGeneration is not equal to the given one.public S hasReadyReplicas(Integer readyReplicas)
readyReplicas
- the given readyReplicas to compare the actual DeploymentConfigStatus's readyReplicas to.AssertionError
- - if the actual DeploymentConfigStatus's readyReplicas is not equal to the given one.public S hasReplicas(Integer replicas)
replicas
- the given replicas to compare the actual DeploymentConfigStatus's replicas to.AssertionError
- - if the actual DeploymentConfigStatus's replicas is not equal to the given one.public S hasUnavailableReplicas(Integer unavailableReplicas)
unavailableReplicas
- the given unavailableReplicas to compare the actual DeploymentConfigStatus's unavailableReplicas to.AssertionError
- - if the actual DeploymentConfigStatus's unavailableReplicas is not equal to the given one.public S hasUpdatedReplicas(Integer updatedReplicas)
updatedReplicas
- the given updatedReplicas to compare the actual DeploymentConfigStatus's updatedReplicas to.AssertionError
- - if the actual DeploymentConfigStatus's updatedReplicas is not equal to the given one.Copyright © 2011–2017 Red Hat. All rights reserved.