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