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