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
|
DeploymentDetailsAssert |
details()
Navigates to the property details so that assertions can be done on it
|
S |
hasLatestVersion(Integer 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.
|
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 DeploymentDetailsAssert details()
public S hasLatestVersion(Integer 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.Copyright © 2011–2016 Red Hat. All rights reserved.