public abstract class AbstractDaemonSetStatusFluentAssert<S extends AbstractDaemonSetStatusFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.extensions.DaemonSetStatusFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
DaemonSetStatusFluent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDaemonSetStatusFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DaemonSetStatusFluent. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual DaemonSetStatusFluent's additionalProperties is equal to the given one.
|
S |
hasCurrentNumberScheduled(Integer currentNumberScheduled)
Verifies that the actual DaemonSetStatusFluent's currentNumberScheduled is equal to the given one.
|
S |
hasDesiredNumberScheduled(Integer desiredNumberScheduled)
Verifies that the actual DaemonSetStatusFluent's desiredNumberScheduled is equal to the given one.
|
S |
hasNumberMisscheduled(Integer numberMisscheduled)
Verifies that the actual DaemonSetStatusFluent's numberMisscheduled 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 AbstractDaemonSetStatusFluentAssert(A actual, Class<S> selfType)
AbstractDaemonSetStatusFluentAssert to make assertions on actual DaemonSetStatusFluent.actual - the DaemonSetStatusFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual DaemonSetStatusFluent's additionalProperties to.AssertionError - - if the actual DaemonSetStatusFluent's additionalProperties is not equal to the given one.public S hasCurrentNumberScheduled(Integer currentNumberScheduled)
currentNumberScheduled - the given currentNumberScheduled to compare the actual DaemonSetStatusFluent's currentNumberScheduled to.AssertionError - - if the actual DaemonSetStatusFluent's currentNumberScheduled is not equal to the given one.public S hasDesiredNumberScheduled(Integer desiredNumberScheduled)
desiredNumberScheduled - the given desiredNumberScheduled to compare the actual DaemonSetStatusFluent's desiredNumberScheduled to.AssertionError - - if the actual DaemonSetStatusFluent's desiredNumberScheduled is not equal to the given one.public S hasNumberMisscheduled(Integer numberMisscheduled)
numberMisscheduled - the given numberMisscheduled to compare the actual DaemonSetStatusFluent's numberMisscheduled to.AssertionError - - if the actual DaemonSetStatusFluent's numberMisscheduled is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.