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