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