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