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