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 |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual DeploymentConfigStatus's additionalProperties is equal to the given one.
|
S |
hasDetails(io.fabric8.openshift.api.model.DeploymentDetails details)
Verifies that the actual DeploymentConfigStatus's details is equal to the given one.
|
S |
hasLatestVersion(Integer latestVersion)
Verifies that the actual DeploymentConfigStatus's latestVersion 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 AbstractDeploymentConfigStatusAssert(A actual, Class<S> selfType)
AbstractDeploymentConfigStatusAssert to make assertions on actual DeploymentConfigStatus.actual - the DeploymentConfigStatus we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual DeploymentConfigStatus's additionalProperties to.AssertionError - - if the actual DeploymentConfigStatus's additionalProperties is not equal to the given one.public S hasDetails(io.fabric8.openshift.api.model.DeploymentDetails details)
details - the given details to compare the actual DeploymentConfigStatus's details to.AssertionError - - if the actual DeploymentConfigStatus's details is not equal to the given one.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.Copyright © 2011–2016 Red Hat. All rights reserved.