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