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