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