public abstract class AbstractDockerImageAssert<S extends AbstractDockerImageAssert<S,A>,A extends io.fabric8.openshift.api.model.DockerImage>
extends org.assertj.core.api.AbstractAssert<S,A>
DockerImage
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDockerImageAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DockerImage. |
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 |
apiVersion()
Navigates to the property apiVersion so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
architecture()
Navigates to the property architecture so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
author()
Navigates to the property author so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
comment()
Navigates to the property comment so that assertions can be done on it
|
DockerConfigAssert |
config()
Navigates to the property config so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
container()
Navigates to the property container so that assertions can be done on it
|
DockerConfigAssert |
containerConfig()
Navigates to the property containerConfig so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
created()
Navigates to the property created so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
dockerVersion()
Navigates to the property dockerVersion so that assertions can be done on it
|
S |
hasSize(Long size)
Verifies that the actual DockerImage's size is equal to the given one.
|
org.assertj.core.api.StringAssert |
id()
Navigates to the property id so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
parent()
Navigates to the property parent 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 AbstractDockerImageAssert(A actual, Class<S> selfType)
AbstractDockerImageAssert
to make assertions on actual DockerImage.actual
- the DockerImage we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert apiVersion()
public org.assertj.core.api.StringAssert architecture()
public org.assertj.core.api.StringAssert author()
public org.assertj.core.api.StringAssert comment()
public DockerConfigAssert config()
public org.assertj.core.api.StringAssert container()
public DockerConfigAssert containerConfig()
public org.assertj.core.api.StringAssert created()
public org.assertj.core.api.StringAssert dockerVersion()
public org.assertj.core.api.StringAssert id()
public org.assertj.core.api.StringAssert kind()
public org.assertj.core.api.StringAssert parent()
public S hasSize(Long size)
size
- the given size to compare the actual DockerImage's size to.AssertionError
- - if the actual DockerImage's size is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.