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