public abstract class AbstractImageStreamSpecAssert<S extends AbstractImageStreamSpecAssert<S,A>,A extends io.fabric8.openshift.api.model.ImageStreamSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
ImageStreamSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractImageStreamSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ImageStreamSpec. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ImageStreamSpec's additionalProperties is equal to the given one.
|
S |
hasDockerImageRepository(String dockerImageRepository)
Verifies that the actual ImageStreamSpec's dockerImageRepository is equal to the given one.
|
S |
hasNoTags()
Verifies that the actual ImageStreamSpec has no tags.
|
S |
hasTags(io.fabric8.openshift.api.model.NamedTagReference... tags)
Verifies that the actual ImageStreamSpec's tags contains the given NamedTagReference elements.
|
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 AbstractImageStreamSpecAssert(A actual, Class<S> selfType)
AbstractImageStreamSpecAssert
to make assertions on actual ImageStreamSpec.actual
- the ImageStreamSpec we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ImageStreamSpec's additionalProperties to.AssertionError
- - if the actual ImageStreamSpec's additionalProperties is not equal to the given one.public S hasDockerImageRepository(String dockerImageRepository)
dockerImageRepository
- the given dockerImageRepository to compare the actual ImageStreamSpec's dockerImageRepository to.AssertionError
- - if the actual ImageStreamSpec's dockerImageRepository is not equal to the given one.public S hasTags(io.fabric8.openshift.api.model.NamedTagReference... tags)
tags
- the given elements that should be contained in actual ImageStreamSpec's tags.AssertionError
- if the actual ImageStreamSpec's tags does not contain all given NamedTagReference elements.public S hasNoTags()
AssertionError
- if the actual ImageStreamSpec's tags is not empty.Copyright © 2011–2015 Red Hat. All rights reserved.