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