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