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