public class PodSpecFluentImplAssert extends AbstractPodSpecFluentImplAssert<PodSpecFluentImplAssert,io.fabric8.kubernetes.api.model.PodSpecFluentImpl>
PodSpecFluentImpl
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractPodSpecFluentImplAssert
instead.Constructor and Description |
---|
PodSpecFluentImplAssert(io.fabric8.kubernetes.api.model.PodSpecFluentImpl actual)
Creates a new
to make assertions on actual PodSpecFluentImpl. |
Modifier and Type | Method and Description |
---|---|
static PodSpecFluentImplAssert |
assertThat(io.fabric8.kubernetes.api.model.PodSpecFluentImpl actual)
An entry point for PodSpecFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPodSpecFluentImpl) and get specific assertion with code completion. |
doesNotHaveContainers, doesNotHaveImagePullSecrets, doesNotHaveVolumes, hasActiveDeadlineSeconds, hasAdditionalProperties, hasContainers, hasDnsPolicy, hasHost, hasImagePullSecrets, hasNoContainers, hasNodeName, hasNodeSelector, hasNoImagePullSecrets, hasNoVolumes, hasOnlyContainers, hasOnlyImagePullSecrets, hasOnlyVolumes, hasRestartPolicy, hasSecurityContext, hasServiceAccount, hasServiceAccountName, hasTerminationGracePeriodSeconds, hasVolumes
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 PodSpecFluentImplAssert(io.fabric8.kubernetes.api.model.PodSpecFluentImpl actual)
PodSpecFluentImplAssert
to make assertions on actual PodSpecFluentImpl.actual
- the PodSpecFluentImpl we want to make assertions on.public static PodSpecFluentImplAssert assertThat(io.fabric8.kubernetes.api.model.PodSpecFluentImpl actual)
assertThat()
statements.assertThat(myPodSpecFluentImpl)
and get specific assertion with code completion.actual
- the PodSpecFluentImpl we want to make assertions on.PodSpecFluentImplAssert
Copyright © 2011–2016 Red Hat. All rights reserved.