public abstract class AbstractNodeStatusFluentAssert<S extends AbstractNodeStatusFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.NodeStatusFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
NodeStatusFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractNodeStatusFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual NodeStatusFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual NodeStatusFluent's additionalProperties is equal to the given one.
|
S |
hasAddresses(io.fabric8.kubernetes.api.model.NodeAddress... addresses)
Verifies that the actual NodeStatusFluent's addresses contains the given NodeAddress elements.
|
S |
hasCapacity(Map capacity)
Verifies that the actual NodeStatusFluent's capacity is equal to the given one.
|
S |
hasConditions(io.fabric8.kubernetes.api.model.NodeCondition... conditions)
Verifies that the actual NodeStatusFluent's conditions contains the given NodeCondition elements.
|
S |
hasNoAddresses()
Verifies that the actual NodeStatusFluent has no addresses.
|
S |
hasNoConditions()
Verifies that the actual NodeStatusFluent has no conditions.
|
S |
hasNodeInfo(io.fabric8.kubernetes.api.model.NodeSystemInfo nodeInfo)
Verifies that the actual NodeStatusFluent's nodeInfo is equal to the given one.
|
S |
hasPhase(String phase)
Verifies that the actual NodeStatusFluent's phase 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 AbstractNodeStatusFluentAssert(A actual, Class<S> selfType)
AbstractNodeStatusFluentAssert
to make assertions on actual NodeStatusFluent.actual
- the NodeStatusFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual NodeStatusFluent's additionalProperties to.AssertionError
- - if the actual NodeStatusFluent's additionalProperties is not equal to the given one.public S hasAddresses(io.fabric8.kubernetes.api.model.NodeAddress... addresses)
addresses
- the given elements that should be contained in actual NodeStatusFluent's addresses.AssertionError
- if the actual NodeStatusFluent's addresses does not contain all given NodeAddress elements.public S hasNoAddresses()
AssertionError
- if the actual NodeStatusFluent's addresses is not empty.public S hasCapacity(Map capacity)
capacity
- the given capacity to compare the actual NodeStatusFluent's capacity to.AssertionError
- - if the actual NodeStatusFluent's capacity is not equal to the given one.public S hasConditions(io.fabric8.kubernetes.api.model.NodeCondition... conditions)
conditions
- the given elements that should be contained in actual NodeStatusFluent's conditions.AssertionError
- if the actual NodeStatusFluent's conditions does not contain all given NodeCondition elements.public S hasNoConditions()
AssertionError
- if the actual NodeStatusFluent's conditions is not empty.public S hasNodeInfo(io.fabric8.kubernetes.api.model.NodeSystemInfo nodeInfo)
nodeInfo
- the given nodeInfo to compare the actual NodeStatusFluent's nodeInfo to.AssertionError
- - if the actual NodeStatusFluent's nodeInfo is not equal to the given one.public S hasPhase(String phase)
phase
- the given phase to compare the actual NodeStatusFluent's phase to.AssertionError
- - if the actual NodeStatusFluent's phase is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.