public abstract class AbstractImageFluentImplAssert<S extends AbstractImageFluentImplAssert<S,A>,A extends io.fabric8.openshift.api.model.ImageFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
ImageFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractImageFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ImageFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ImageFluentImpl's additionalProperties is equal to the given one.
|
S |
hasApiVersion(io.fabric8.openshift.api.model.Image.ApiVersion apiVersion)
Verifies that the actual ImageFluentImpl's apiVersion is equal to the given one.
|
S |
hasDockerImageManifest(String dockerImageManifest)
Verifies that the actual ImageFluentImpl's dockerImageManifest is equal to the given one.
|
S |
hasDockerImageMetadata(io.fabric8.kubernetes.api.model.HasMetadata dockerImageMetadata)
Verifies that the actual ImageFluentImpl's dockerImageMetadata is equal to the given one.
|
S |
hasDockerImageMetadataVersion(String dockerImageMetadataVersion)
Verifies that the actual ImageFluentImpl's dockerImageMetadataVersion is equal to the given one.
|
S |
hasDockerImageReference(String dockerImageReference)
Verifies that the actual ImageFluentImpl's dockerImageReference is equal to the given one.
|
S |
hasKind(String kind)
Verifies that the actual ImageFluentImpl's kind is equal to the given one.
|
S |
hasMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
Verifies that the actual ImageFluentImpl's metadata is equal to the given one.
|
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
protected AbstractImageFluentImplAssert(A actual, Class<S> selfType)
AbstractImageFluentImplAssert
to make assertions on actual ImageFluentImpl.actual
- the ImageFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ImageFluentImpl's additionalProperties to.AssertionError
- - if the actual ImageFluentImpl's additionalProperties is not equal to the given one.public S hasApiVersion(io.fabric8.openshift.api.model.Image.ApiVersion apiVersion)
apiVersion
- the given apiVersion to compare the actual ImageFluentImpl's apiVersion to.AssertionError
- - if the actual ImageFluentImpl's apiVersion is not equal to the given one.public S hasDockerImageManifest(String dockerImageManifest)
dockerImageManifest
- the given dockerImageManifest to compare the actual ImageFluentImpl's dockerImageManifest to.AssertionError
- - if the actual ImageFluentImpl's dockerImageManifest is not equal to the given one.public S hasDockerImageMetadata(io.fabric8.kubernetes.api.model.HasMetadata dockerImageMetadata)
dockerImageMetadata
- the given dockerImageMetadata to compare the actual ImageFluentImpl's dockerImageMetadata to.AssertionError
- - if the actual ImageFluentImpl's dockerImageMetadata is not equal to the given one.public S hasDockerImageMetadataVersion(String dockerImageMetadataVersion)
dockerImageMetadataVersion
- the given dockerImageMetadataVersion to compare the actual ImageFluentImpl's dockerImageMetadataVersion to.AssertionError
- - if the actual ImageFluentImpl's dockerImageMetadataVersion is not equal to the given one.public S hasDockerImageReference(String dockerImageReference)
dockerImageReference
- the given dockerImageReference to compare the actual ImageFluentImpl's dockerImageReference to.AssertionError
- - if the actual ImageFluentImpl's dockerImageReference is not equal to the given one.public S hasKind(String kind)
kind
- the given kind to compare the actual ImageFluentImpl's kind to.AssertionError
- - if the actual ImageFluentImpl's kind is not equal to the given one.public S hasMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
metadata
- the given metadata to compare the actual ImageFluentImpl's metadata to.AssertionError
- - if the actual ImageFluentImpl's metadata is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.