public class DeploymentConfigStatusFluentAssert extends AbstractDeploymentConfigStatusFluentAssert<DeploymentConfigStatusFluentAssert,io.fabric8.openshift.api.model.DeploymentConfigStatusFluent>
DeploymentConfigStatusFluent specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDeploymentConfigStatusFluentAssert instead.| Constructor and Description |
|---|
DeploymentConfigStatusFluentAssert(io.fabric8.openshift.api.model.DeploymentConfigStatusFluent actual)
Creates a new
to make assertions on actual DeploymentConfigStatusFluent. |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfigStatusFluentAssert |
assertThat(io.fabric8.openshift.api.model.DeploymentConfigStatusFluent actual)
An entry point for DeploymentConfigStatusFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDeploymentConfigStatusFluent) and get specific assertion with code completion. |
hasAdditionalProperties, hasDetails, hasLatestVersionas, 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, usingDefaultComparatorpublic DeploymentConfigStatusFluentAssert(io.fabric8.openshift.api.model.DeploymentConfigStatusFluent actual)
DeploymentConfigStatusFluentAssert to make assertions on actual DeploymentConfigStatusFluent.actual - the DeploymentConfigStatusFluent we want to make assertions on.public static DeploymentConfigStatusFluentAssert assertThat(io.fabric8.openshift.api.model.DeploymentConfigStatusFluent actual)
assertThat() statements.assertThat(myDeploymentConfigStatusFluent) and get specific assertion with code completion.actual - the DeploymentConfigStatusFluent we want to make assertions on.DeploymentConfigStatusFluentAssertCopyright © 2011–2015 Red Hat. All rights reserved.