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