public abstract class AbstractNamedTagEventListAssert<S extends AbstractNamedTagEventListAssert<S,A>,A extends io.fabric8.openshift.api.model.NamedTagEventList>
extends org.assertj.core.api.AbstractAssert<S,A>
NamedTagEventList specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNamedTagEventListAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual NamedTagEventList. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHaveConditions(io.fabric8.openshift.api.model.TagEventCondition... conditions)
Verifies that the actual NamedTagEventList's conditions does not contain the given TagEventCondition elements.
|
S |
doesNotHaveItems(io.fabric8.openshift.api.model.TagEvent... items)
Verifies that the actual NamedTagEventList's items does not contain the given TagEvent elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual NamedTagEventList's additionalProperties is equal to the given one.
|
S |
hasConditions(io.fabric8.openshift.api.model.TagEventCondition... conditions)
Verifies that the actual NamedTagEventList's conditions contains the given TagEventCondition elements.
|
S |
hasItems(io.fabric8.openshift.api.model.TagEvent... items)
Verifies that the actual NamedTagEventList's items contains the given TagEvent elements.
|
S |
hasNoConditions()
Verifies that the actual NamedTagEventList has no conditions.
|
S |
hasNoItems()
Verifies that the actual NamedTagEventList has no items.
|
S |
hasOnlyConditions(io.fabric8.openshift.api.model.TagEventCondition... conditions)
Verifies that the actual NamedTagEventList's conditions contains only the given TagEventCondition elements and nothing else in whatever order.
|
S |
hasOnlyItems(io.fabric8.openshift.api.model.TagEvent... items)
Verifies that the actual NamedTagEventList's items contains only the given TagEvent elements and nothing else in whatever order.
|
S |
hasTag(String tag)
Verifies that the actual NamedTagEventList's tag is equal to the given one.
|
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, usingDefaultComparatorprotected AbstractNamedTagEventListAssert(A actual, Class<S> selfType)
AbstractNamedTagEventListAssert to make assertions on actual NamedTagEventList.actual - the NamedTagEventList we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual NamedTagEventList's additionalProperties to.AssertionError - - if the actual NamedTagEventList's additionalProperties is not equal to the given one.public S hasConditions(io.fabric8.openshift.api.model.TagEventCondition... conditions)
conditions - the given elements that should be contained in actual NamedTagEventList's conditions.AssertionError - if the actual NamedTagEventList's conditions does not contain all given TagEventCondition elements.public S hasOnlyConditions(io.fabric8.openshift.api.model.TagEventCondition... conditions)
conditions - the given elements that should be contained in actual NamedTagEventList's conditions.AssertionError - if the actual NamedTagEventList's conditions does not contain all given TagEventCondition elements.public S doesNotHaveConditions(io.fabric8.openshift.api.model.TagEventCondition... conditions)
conditions - the given elements that should not be in actual NamedTagEventList's conditions.AssertionError - if the actual NamedTagEventList's conditions contains any given TagEventCondition elements.public S hasNoConditions()
AssertionError - if the actual NamedTagEventList's conditions is not empty.public S hasItems(io.fabric8.openshift.api.model.TagEvent... items)
items - the given elements that should be contained in actual NamedTagEventList's items.AssertionError - if the actual NamedTagEventList's items does not contain all given TagEvent elements.public S hasOnlyItems(io.fabric8.openshift.api.model.TagEvent... items)
items - the given elements that should be contained in actual NamedTagEventList's items.AssertionError - if the actual NamedTagEventList's items does not contain all given TagEvent elements.public S doesNotHaveItems(io.fabric8.openshift.api.model.TagEvent... items)
items - the given elements that should not be in actual NamedTagEventList's items.AssertionError - if the actual NamedTagEventList's items contains any given TagEvent elements.public S hasNoItems()
AssertionError - if the actual NamedTagEventList's items is not empty.public S hasTag(String tag)
tag - the given tag to compare the actual NamedTagEventList's tag to.AssertionError - - if the actual NamedTagEventList's tag is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.