public class EditableNodeSystemInfoAssert extends AbstractEditableNodeSystemInfoAssert<EditableNodeSystemInfoAssert,io.fabric8.kubernetes.api.model.EditableNodeSystemInfo>
EditableNodeSystemInfo
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEditableNodeSystemInfoAssert
instead.Constructor and Description |
---|
EditableNodeSystemInfoAssert(io.fabric8.kubernetes.api.model.EditableNodeSystemInfo actual)
Creates a new
to make assertions on actual EditableNodeSystemInfo. |
Modifier and Type | Method and Description |
---|---|
static EditableNodeSystemInfoAssert |
assertThat(io.fabric8.kubernetes.api.model.EditableNodeSystemInfo actual)
An entry point for EditableNodeSystemInfoAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEditableNodeSystemInfo) and get specific assertion with code completion. |
hasAdditionalProperties, hasBootID, hasContainerRuntimeVersion, hasKernelVersion, hasKubeletVersion, hasKubeProxyVersion, hasMachineID, hasOsImage, hasSystemUUID
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
public EditableNodeSystemInfoAssert(io.fabric8.kubernetes.api.model.EditableNodeSystemInfo actual)
EditableNodeSystemInfoAssert
to make assertions on actual EditableNodeSystemInfo.actual
- the EditableNodeSystemInfo we want to make assertions on.public static EditableNodeSystemInfoAssert assertThat(io.fabric8.kubernetes.api.model.EditableNodeSystemInfo actual)
assertThat()
statements.assertThat(myEditableNodeSystemInfo)
and get specific assertion with code completion.actual
- the EditableNodeSystemInfo we want to make assertions on.EditableNodeSystemInfoAssert
Copyright © 2011–2016 Red Hat. All rights reserved.