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