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