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