public class EphemeralContainerAssert extends AbstractEphemeralContainerAssert<EphemeralContainerAssert,io.fabric8.kubernetes.api.model.EphemeralContainer>
EphemeralContainer
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEphemeralContainerAssert
instead.Constructor and Description |
---|
EphemeralContainerAssert(io.fabric8.kubernetes.api.model.EphemeralContainer actual)
Creates a new
to make assertions on actual EphemeralContainer. |
Modifier and Type | Method and Description |
---|---|
static EphemeralContainerAssert |
assertThat(io.fabric8.kubernetes.api.model.EphemeralContainer actual)
An entry point for EphemeralContainerAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEphemeralContainer) and get specific assertion with code completion. |
additionalProperties, args, command, env, envFrom, image, imagePullPolicy, lifecycle, livenessProbe, name, ports, readinessProbe, resources, securityContext, startupProbe, stdin, stdinOnce, targetContainerName, terminationMessagePath, terminationMessagePolicy, tty, volumeDevices, volumeMounts, workingDir
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
public EphemeralContainerAssert(io.fabric8.kubernetes.api.model.EphemeralContainer actual)
EphemeralContainerAssert
to make assertions on actual EphemeralContainer.actual
- the EphemeralContainer we want to make assertions on.public static EphemeralContainerAssert assertThat(io.fabric8.kubernetes.api.model.EphemeralContainer actual)
assertThat()
statements.assertThat(myEphemeralContainer)
and get specific assertion with code completion.actual
- the EphemeralContainer we want to make assertions on.EphemeralContainerAssert
Copyright © 2020. All rights reserved.