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