public abstract class AbstractContainerStateTerminatedAssert<S extends AbstractContainerStateTerminatedAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ContainerStateTerminated>
extends org.assertj.core.api.AbstractAssert<S,A>
ContainerStateTerminated
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractContainerStateTerminatedAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ContainerStateTerminated. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
containerID()
Navigates to the property containerID so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
finishedAt()
Navigates to the property finishedAt so that assertions can be done on it
|
S |
hasExitCode(Integer exitCode)
Verifies that the actual ContainerStateTerminated's exitCode is equal to the given one.
|
S |
hasSignal(Integer signal)
Verifies that the actual ContainerStateTerminated's signal is equal to the given one.
|
org.assertj.core.api.StringAssert |
message()
Navigates to the property message so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
reason()
Navigates to the property reason so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
startedAt()
Navigates to the property startedAt so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractContainerStateTerminatedAssert(A actual, Class<S> selfType)
AbstractContainerStateTerminatedAssert
to make assertions on actual ContainerStateTerminated.actual
- the ContainerStateTerminated we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert containerID()
public S hasExitCode(Integer exitCode)
exitCode
- the given exitCode to compare the actual ContainerStateTerminated's exitCode to.AssertionError
- - if the actual ContainerStateTerminated's exitCode is not equal to the given one.public org.assertj.core.api.StringAssert finishedAt()
public org.assertj.core.api.StringAssert message()
public org.assertj.core.api.StringAssert reason()
public S hasSignal(Integer signal)
signal
- the given signal to compare the actual ContainerStateTerminated's signal to.AssertionError
- - if the actual ContainerStateTerminated's signal is not equal to the given one.public org.assertj.core.api.StringAssert startedAt()
Copyright © 2011–2016 Red Hat. All rights reserved.