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