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