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