public abstract class AbstractNodeSystemInfoFluentImplAssert<S extends AbstractNodeSystemInfoFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.NodeSystemInfoFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
NodeSystemInfoFluentImpl specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNodeSystemInfoFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual NodeSystemInfoFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual NodeSystemInfoFluentImpl's additionalProperties is equal to the given one.
|
S |
hasBootID(String bootID)
Verifies that the actual NodeSystemInfoFluentImpl's bootID is equal to the given one.
|
S |
hasContainerRuntimeVersion(String containerRuntimeVersion)
Verifies that the actual NodeSystemInfoFluentImpl's containerRuntimeVersion is equal to the given one.
|
S |
hasKernelVersion(String kernelVersion)
Verifies that the actual NodeSystemInfoFluentImpl's kernelVersion is equal to the given one.
|
S |
hasKubeletVersion(String kubeletVersion)
Verifies that the actual NodeSystemInfoFluentImpl's kubeletVersion is equal to the given one.
|
S |
hasKubeProxyVersion(String kubeProxyVersion)
Verifies that the actual NodeSystemInfoFluentImpl's kubeProxyVersion is equal to the given one.
|
S |
hasMachineID(String machineID)
Verifies that the actual NodeSystemInfoFluentImpl's machineID is equal to the given one.
|
S |
hasOsImage(String osImage)
Verifies that the actual NodeSystemInfoFluentImpl's osImage is equal to the given one.
|
S |
hasSystemUUID(String systemUUID)
Verifies that the actual NodeSystemInfoFluentImpl's systemUUID 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 AbstractNodeSystemInfoFluentImplAssert(A actual, Class<S> selfType)
AbstractNodeSystemInfoFluentImplAssert to make assertions on actual NodeSystemInfoFluentImpl.actual - the NodeSystemInfoFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual NodeSystemInfoFluentImpl's additionalProperties to.AssertionError - - if the actual NodeSystemInfoFluentImpl's additionalProperties is not equal to the given one.public S hasBootID(String bootID)
bootID - the given bootID to compare the actual NodeSystemInfoFluentImpl's bootID to.AssertionError - - if the actual NodeSystemInfoFluentImpl's bootID is not equal to the given one.public S hasContainerRuntimeVersion(String containerRuntimeVersion)
containerRuntimeVersion - the given containerRuntimeVersion to compare the actual NodeSystemInfoFluentImpl's containerRuntimeVersion to.AssertionError - - if the actual NodeSystemInfoFluentImpl's containerRuntimeVersion is not equal to the given one.public S hasKernelVersion(String kernelVersion)
kernelVersion - the given kernelVersion to compare the actual NodeSystemInfoFluentImpl's kernelVersion to.AssertionError - - if the actual NodeSystemInfoFluentImpl's kernelVersion is not equal to the given one.public S hasKubeProxyVersion(String kubeProxyVersion)
kubeProxyVersion - the given kubeProxyVersion to compare the actual NodeSystemInfoFluentImpl's kubeProxyVersion to.AssertionError - - if the actual NodeSystemInfoFluentImpl's kubeProxyVersion is not equal to the given one.public S hasKubeletVersion(String kubeletVersion)
kubeletVersion - the given kubeletVersion to compare the actual NodeSystemInfoFluentImpl's kubeletVersion to.AssertionError - - if the actual NodeSystemInfoFluentImpl's kubeletVersion is not equal to the given one.public S hasMachineID(String machineID)
machineID - the given machineID to compare the actual NodeSystemInfoFluentImpl's machineID to.AssertionError - - if the actual NodeSystemInfoFluentImpl's machineID is not equal to the given one.public S hasOsImage(String osImage)
osImage - the given osImage to compare the actual NodeSystemInfoFluentImpl's osImage to.AssertionError - - if the actual NodeSystemInfoFluentImpl's osImage is not equal to the given one.public S hasSystemUUID(String systemUUID)
systemUUID - the given systemUUID to compare the actual NodeSystemInfoFluentImpl's systemUUID to.AssertionError - - if the actual NodeSystemInfoFluentImpl's systemUUID is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.