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