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