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