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