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