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