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