public abstract class AbstractNodeSpecAssert<S extends AbstractNodeSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.NodeSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
NodeSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractNodeSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual NodeSpec. |
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
|
NodeConfigSourceAssert |
configSource()
Navigates to the property configSource so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
externalID()
Navigates to the property externalID so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
podCIDR()
Navigates to the property podCIDR so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
podCIDRs()
Navigates to the property podCIDRs so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
providerID()
Navigates to the property providerID so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.Taint,TaintAssert> |
taints()
Navigates to the property taints so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
unschedulable()
Navigates to the property unschedulable so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
protected AbstractNodeSpecAssert(A actual, Class<S> selfType)
AbstractNodeSpecAssert
to make assertions on actual NodeSpec.actual
- the NodeSpec we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public NodeConfigSourceAssert configSource()
public org.assertj.core.api.StringAssert externalID()
public org.assertj.core.api.StringAssert podCIDR()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> podCIDRs()
public org.assertj.core.api.StringAssert providerID()
public NavigationListAssert<io.fabric8.kubernetes.api.model.Taint,TaintAssert> taints()
public org.assertj.core.api.BooleanAssert unschedulable()
Copyright © 2020. All rights reserved.