public class EditableContainerAssert extends AbstractEditableContainerAssert<EditableContainerAssert,io.fabric8.kubernetes.api.model.EditableContainer>
EditableContainer
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEditableContainerAssert
instead.Constructor and Description |
---|
EditableContainerAssert(io.fabric8.kubernetes.api.model.EditableContainer actual)
Creates a new
to make assertions on actual EditableContainer. |
Modifier and Type | Method and Description |
---|---|
static EditableContainerAssert |
assertThat(io.fabric8.kubernetes.api.model.EditableContainer actual)
An entry point for EditableContainerAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEditableContainer) and get specific assertion with code completion. |
doesNotHaveArgs, doesNotHaveCommand, doesNotHaveEnv, doesNotHavePorts, doesNotHaveVolumeMounts, hasAdditionalProperties, hasArgs, hasCommand, hasEnv, hasImage, hasImagePullPolicy, hasLifecycle, hasLivenessProbe, hasName, hasNoArgs, hasNoCommand, hasNoEnv, hasNoPorts, hasNoVolumeMounts, hasOnlyArgs, hasOnlyCommand, hasOnlyEnv, hasOnlyPorts, hasOnlyVolumeMounts, hasPorts, hasReadinessProbe, hasResources, hasSecurityContext, hasStdin, hasStdinOnce, hasTerminationMessagePath, hasTty, hasVolumeMounts, hasWorkingDir
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 EditableContainerAssert(io.fabric8.kubernetes.api.model.EditableContainer actual)
EditableContainerAssert
to make assertions on actual EditableContainer.actual
- the EditableContainer we want to make assertions on.public static EditableContainerAssert assertThat(io.fabric8.kubernetes.api.model.EditableContainer actual)
assertThat()
statements.assertThat(myEditableContainer)
and get specific assertion with code completion.actual
- the EditableContainer we want to make assertions on.EditableContainerAssert
Copyright © 2011–2016 Red Hat. All rights reserved.