public abstract class AbstractDeploymentTriggerImageChangeParamsFluentAssert<S extends AbstractDeploymentTriggerImageChangeParamsFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.DeploymentTriggerImageChangeParamsFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
DeploymentTriggerImageChangeParamsFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDeploymentTriggerImageChangeParamsFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeploymentTriggerImageChangeParamsFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual DeploymentTriggerImageChangeParamsFluent's additionalProperties is equal to the given one.
|
S |
hasContainerNames(String... containerNames)
Verifies that the actual DeploymentTriggerImageChangeParamsFluent's containerNames contains the given String elements.
|
S |
hasFrom(io.fabric8.kubernetes.api.model.ObjectReference from)
Verifies that the actual DeploymentTriggerImageChangeParamsFluent's from is equal to the given one.
|
S |
hasLastTriggeredImage(String lastTriggeredImage)
Verifies that the actual DeploymentTriggerImageChangeParamsFluent's lastTriggeredImage is equal to the given one.
|
S |
hasNoContainerNames()
Verifies that the actual DeploymentTriggerImageChangeParamsFluent has no containerNames.
|
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
protected AbstractDeploymentTriggerImageChangeParamsFluentAssert(A actual, Class<S> selfType)
AbstractDeploymentTriggerImageChangeParamsFluentAssert
to make assertions on actual DeploymentTriggerImageChangeParamsFluent.actual
- the DeploymentTriggerImageChangeParamsFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual DeploymentTriggerImageChangeParamsFluent's additionalProperties to.AssertionError
- - if the actual DeploymentTriggerImageChangeParamsFluent's additionalProperties is not equal to the given one.public S hasContainerNames(String... containerNames)
containerNames
- the given elements that should be contained in actual DeploymentTriggerImageChangeParamsFluent's containerNames.AssertionError
- if the actual DeploymentTriggerImageChangeParamsFluent's containerNames does not contain all given String elements.public S hasNoContainerNames()
AssertionError
- if the actual DeploymentTriggerImageChangeParamsFluent's containerNames is not empty.public S hasFrom(io.fabric8.kubernetes.api.model.ObjectReference from)
from
- the given from to compare the actual DeploymentTriggerImageChangeParamsFluent's from to.AssertionError
- - if the actual DeploymentTriggerImageChangeParamsFluent's from is not equal to the given one.public S hasLastTriggeredImage(String lastTriggeredImage)
lastTriggeredImage
- the given lastTriggeredImage to compare the actual DeploymentTriggerImageChangeParamsFluent's lastTriggeredImage to.AssertionError
- - if the actual DeploymentTriggerImageChangeParamsFluent's lastTriggeredImage is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.