public abstract class AbstractDeploymentConfigStatusFluentAssert<S extends AbstractDeploymentConfigStatusFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.DeploymentConfigStatusFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
DeploymentConfigStatusFluent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDeploymentConfigStatusFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeploymentConfigStatusFluent. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual DeploymentConfigStatusFluent's additionalProperties is equal to the given one.
|
S |
hasDetails(io.fabric8.openshift.api.model.DeploymentDetails details)
Verifies that the actual DeploymentConfigStatusFluent's details is equal to the given one.
|
S |
hasLatestVersion(Integer latestVersion)
Verifies that the actual DeploymentConfigStatusFluent'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 AbstractDeploymentConfigStatusFluentAssert(A actual, Class<S> selfType)
AbstractDeploymentConfigStatusFluentAssert to make assertions on actual DeploymentConfigStatusFluent.actual - the DeploymentConfigStatusFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual DeploymentConfigStatusFluent's additionalProperties to.AssertionError - - if the actual DeploymentConfigStatusFluent'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 DeploymentConfigStatusFluent's details to.AssertionError - - if the actual DeploymentConfigStatusFluent's details is not equal to the given one.public S hasLatestVersion(Integer latestVersion)
latestVersion - the given latestVersion to compare the actual DeploymentConfigStatusFluent's latestVersion to.AssertionError - - if the actual DeploymentConfigStatusFluent's latestVersion is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.