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