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