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