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