public abstract class AbstractDaemonSetStatusAssert<S extends AbstractDaemonSetStatusAssert<S,A>,A extends io.fabric8.kubernetes.api.model.extensions.DaemonSetStatus>
extends org.assertj.core.api.AbstractAssert<S,A>
DaemonSetStatus
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDaemonSetStatusAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DaemonSetStatus. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
S |
hasCollisionCount(Long collisionCount)
Verifies that the actual DaemonSetStatus's collisionCount is equal to the given one.
|
S |
hasCurrentNumberScheduled(Integer currentNumberScheduled)
Verifies that the actual DaemonSetStatus's currentNumberScheduled is equal to the given one.
|
S |
hasDesiredNumberScheduled(Integer desiredNumberScheduled)
Verifies that the actual DaemonSetStatus's desiredNumberScheduled is equal to the given one.
|
S |
hasNumberAvailable(Integer numberAvailable)
Verifies that the actual DaemonSetStatus's numberAvailable is equal to the given one.
|
S |
hasNumberMisscheduled(Integer numberMisscheduled)
Verifies that the actual DaemonSetStatus's numberMisscheduled is equal to the given one.
|
S |
hasNumberReady(Integer numberReady)
Verifies that the actual DaemonSetStatus's numberReady is equal to the given one.
|
S |
hasNumberUnavailable(Integer numberUnavailable)
Verifies that the actual DaemonSetStatus's numberUnavailable is equal to the given one.
|
S |
hasObservedGeneration(Long observedGeneration)
Verifies that the actual DaemonSetStatus's observedGeneration is equal to the given one.
|
S |
hasUpdatedNumberScheduled(Integer updatedNumberScheduled)
Verifies that the actual DaemonSetStatus's updatedNumberScheduled is equal to the given one.
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractDaemonSetStatusAssert(A actual, Class<S> selfType)
AbstractDaemonSetStatusAssert
to make assertions on actual DaemonSetStatus.actual
- the DaemonSetStatus we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public S hasCollisionCount(Long collisionCount)
collisionCount
- the given collisionCount to compare the actual DaemonSetStatus's collisionCount to.AssertionError
- - if the actual DaemonSetStatus's collisionCount is not equal to the given one.public S hasCurrentNumberScheduled(Integer currentNumberScheduled)
currentNumberScheduled
- the given currentNumberScheduled to compare the actual DaemonSetStatus's currentNumberScheduled to.AssertionError
- - if the actual DaemonSetStatus's currentNumberScheduled is not equal to the given one.public S hasDesiredNumberScheduled(Integer desiredNumberScheduled)
desiredNumberScheduled
- the given desiredNumberScheduled to compare the actual DaemonSetStatus's desiredNumberScheduled to.AssertionError
- - if the actual DaemonSetStatus's desiredNumberScheduled is not equal to the given one.public S hasNumberAvailable(Integer numberAvailable)
numberAvailable
- the given numberAvailable to compare the actual DaemonSetStatus's numberAvailable to.AssertionError
- - if the actual DaemonSetStatus's numberAvailable is not equal to the given one.public S hasNumberMisscheduled(Integer numberMisscheduled)
numberMisscheduled
- the given numberMisscheduled to compare the actual DaemonSetStatus's numberMisscheduled to.AssertionError
- - if the actual DaemonSetStatus's numberMisscheduled is not equal to the given one.public S hasNumberReady(Integer numberReady)
numberReady
- the given numberReady to compare the actual DaemonSetStatus's numberReady to.AssertionError
- - if the actual DaemonSetStatus's numberReady is not equal to the given one.public S hasNumberUnavailable(Integer numberUnavailable)
numberUnavailable
- the given numberUnavailable to compare the actual DaemonSetStatus's numberUnavailable to.AssertionError
- - if the actual DaemonSetStatus's numberUnavailable is not equal to the given one.public S hasObservedGeneration(Long observedGeneration)
observedGeneration
- the given observedGeneration to compare the actual DaemonSetStatus's observedGeneration to.AssertionError
- - if the actual DaemonSetStatus's observedGeneration is not equal to the given one.public S hasUpdatedNumberScheduled(Integer updatedNumberScheduled)
updatedNumberScheduled
- the given updatedNumberScheduled to compare the actual DaemonSetStatus's updatedNumberScheduled to.AssertionError
- - if the actual DaemonSetStatus's updatedNumberScheduled is not equal to the given one.Copyright © 2011–2017 Red Hat. All rights reserved.