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