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