public abstract class AbstractJobStatusFluentAssert<S extends AbstractJobStatusFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.extensions.JobStatusFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
JobStatusFluent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJobStatusFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual JobStatusFluent. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHaveConditions(io.fabric8.kubernetes.api.model.extensions.JobCondition... conditions)
Verifies that the actual JobStatusFluent's conditions does not contain the given JobCondition elements.
|
S |
hasActive(Integer active)
Verifies that the actual JobStatusFluent's active is equal to the given one.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual JobStatusFluent's additionalProperties is equal to the given one.
|
S |
hasCompletionTime(String completionTime)
Verifies that the actual JobStatusFluent's completionTime is equal to the given one.
|
S |
hasConditions(io.fabric8.kubernetes.api.model.extensions.JobCondition... conditions)
Verifies that the actual JobStatusFluent's conditions contains the given JobCondition elements.
|
S |
hasFailed(Integer failed)
Verifies that the actual JobStatusFluent's failed is equal to the given one.
|
S |
hasNoConditions()
Verifies that the actual JobStatusFluent has no conditions.
|
S |
hasOnlyConditions(io.fabric8.kubernetes.api.model.extensions.JobCondition... conditions)
Verifies that the actual JobStatusFluent's conditions contains only the given JobCondition elements and nothing else in whatever order.
|
S |
hasStartTime(String startTime)
Verifies that the actual JobStatusFluent's startTime is equal to the given one.
|
S |
hasSucceeded(Integer succeeded)
Verifies that the actual JobStatusFluent's succeeded 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, usingDefaultComparatorprotected AbstractJobStatusFluentAssert(A actual, Class<S> selfType)
AbstractJobStatusFluentAssert to make assertions on actual JobStatusFluent.actual - the JobStatusFluent we want to make assertions on.public S hasActive(Integer active)
active - the given active to compare the actual JobStatusFluent's active to.AssertionError - - if the actual JobStatusFluent's active is not equal to the given one.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual JobStatusFluent's additionalProperties to.AssertionError - - if the actual JobStatusFluent's additionalProperties is not equal to the given one.public S hasCompletionTime(String completionTime)
completionTime - the given completionTime to compare the actual JobStatusFluent's completionTime to.AssertionError - - if the actual JobStatusFluent's completionTime is not equal to the given one.public S hasConditions(io.fabric8.kubernetes.api.model.extensions.JobCondition... conditions)
conditions - the given elements that should be contained in actual JobStatusFluent's conditions.AssertionError - if the actual JobStatusFluent's conditions does not contain all given JobCondition elements.public S hasOnlyConditions(io.fabric8.kubernetes.api.model.extensions.JobCondition... conditions)
conditions - the given elements that should be contained in actual JobStatusFluent's conditions.AssertionError - if the actual JobStatusFluent's conditions does not contain all given JobCondition elements.public S doesNotHaveConditions(io.fabric8.kubernetes.api.model.extensions.JobCondition... conditions)
conditions - the given elements that should not be in actual JobStatusFluent's conditions.AssertionError - if the actual JobStatusFluent's conditions contains any given JobCondition elements.public S hasNoConditions()
AssertionError - if the actual JobStatusFluent's conditions is not empty.public S hasFailed(Integer failed)
failed - the given failed to compare the actual JobStatusFluent's failed to.AssertionError - - if the actual JobStatusFluent's failed is not equal to the given one.public S hasStartTime(String startTime)
startTime - the given startTime to compare the actual JobStatusFluent's startTime to.AssertionError - - if the actual JobStatusFluent's startTime is not equal to the given one.public S hasSucceeded(Integer succeeded)
succeeded - the given succeeded to compare the actual JobStatusFluent's succeeded to.AssertionError - - if the actual JobStatusFluent's succeeded is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.