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