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