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