public abstract class AbstractContainerStatusAssert<S extends AbstractContainerStatusAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ContainerStatus>
extends org.assertj.core.api.AbstractAssert<S,A>
ContainerStatus
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractContainerStatusAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ContainerStatus. |
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
|
S |
hasRestartCount(Integer restartCount)
Verifies that the actual ContainerStatus's restartCount is equal to the given one.
|
org.assertj.core.api.StringAssert |
image()
Navigates to the property image so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
imageID()
Navigates to the property imageID so that assertions can be done on it
|
ContainerStateAssert |
lastState()
Navigates to the property lastState so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
name()
Navigates to the property name so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
ready()
Navigates to the property ready so that assertions can be done on it
|
ContainerStateAssert |
state()
Navigates to the property state 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 AbstractContainerStatusAssert(A actual, Class<S> selfType)
AbstractContainerStatusAssert
to make assertions on actual ContainerStatus.actual
- the ContainerStatus we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert containerID()
public org.assertj.core.api.StringAssert image()
public org.assertj.core.api.StringAssert imageID()
public ContainerStateAssert lastState()
public org.assertj.core.api.StringAssert name()
public org.assertj.core.api.BooleanAssert ready()
public S hasRestartCount(Integer restartCount)
restartCount
- the given restartCount to compare the actual ContainerStatus's restartCount to.AssertionError
- - if the actual ContainerStatus's restartCount is not equal to the given one.public ContainerStateAssert state()
Copyright © 2011–2016 Red Hat. All rights reserved.