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