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