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