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