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