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