public abstract class AbstractDeploymentDetailsFluentAssert<S extends AbstractDeploymentDetailsFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.DeploymentDetailsFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
DeploymentDetailsFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDeploymentDetailsFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeploymentDetailsFluent. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveCauses(io.fabric8.openshift.api.model.DeploymentCause... causes)
Verifies that the actual DeploymentDetailsFluent's causes does not contain the given DeploymentCause elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual DeploymentDetailsFluent's additionalProperties is equal to the given one.
|
S |
hasCauses(io.fabric8.openshift.api.model.DeploymentCause... causes)
Verifies that the actual DeploymentDetailsFluent's causes contains the given DeploymentCause elements.
|
S |
hasMessage(String message)
Verifies that the actual DeploymentDetailsFluent's message is equal to the given one.
|
S |
hasNoCauses()
Verifies that the actual DeploymentDetailsFluent has no causes.
|
S |
hasOnlyCauses(io.fabric8.openshift.api.model.DeploymentCause... causes)
Verifies that the actual DeploymentDetailsFluent's causes contains only the given DeploymentCause 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 AbstractDeploymentDetailsFluentAssert(A actual, Class<S> selfType)
AbstractDeploymentDetailsFluentAssert
to make assertions on actual DeploymentDetailsFluent.actual
- the DeploymentDetailsFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual DeploymentDetailsFluent's additionalProperties to.AssertionError
- - if the actual DeploymentDetailsFluent's additionalProperties is not equal to the given one.public S hasCauses(io.fabric8.openshift.api.model.DeploymentCause... causes)
causes
- the given elements that should be contained in actual DeploymentDetailsFluent's causes.AssertionError
- if the actual DeploymentDetailsFluent's causes does not contain all given DeploymentCause elements.public S hasOnlyCauses(io.fabric8.openshift.api.model.DeploymentCause... causes)
causes
- the given elements that should be contained in actual DeploymentDetailsFluent's causes.AssertionError
- if the actual DeploymentDetailsFluent's causes does not contain all given DeploymentCause elements.public S doesNotHaveCauses(io.fabric8.openshift.api.model.DeploymentCause... causes)
causes
- the given elements that should not be in actual DeploymentDetailsFluent's causes.AssertionError
- if the actual DeploymentDetailsFluent's causes contains any given DeploymentCause elements.public S hasNoCauses()
AssertionError
- if the actual DeploymentDetailsFluent's causes is not empty.public S hasMessage(String message)
message
- the given message to compare the actual DeploymentDetailsFluent's message to.AssertionError
- - if the actual DeploymentDetailsFluent's message is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.