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