public abstract class AbstractTagEventAssert<S extends AbstractTagEventAssert<S,A>,A extends io.fabric8.openshift.api.model.TagEvent>
extends org.assertj.core.api.AbstractAssert<S,A>
TagEvent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTagEventAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual TagEvent. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual TagEvent's additionalProperties is equal to the given one.
|
S |
hasCreated(String created)
Verifies that the actual TagEvent's created is equal to the given one.
|
S |
hasDockerImageReference(String dockerImageReference)
Verifies that the actual TagEvent's dockerImageReference is equal to the given one.
|
S |
hasGeneration(Long generation)
Verifies that the actual TagEvent's generation is equal to the given one.
|
S |
hasImage(String image)
Verifies that the actual TagEvent's image 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 AbstractTagEventAssert(A actual, Class<S> selfType)
AbstractTagEventAssert to make assertions on actual TagEvent.actual - the TagEvent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual TagEvent's additionalProperties to.AssertionError - - if the actual TagEvent's additionalProperties is not equal to the given one.public S hasCreated(String created)
created - the given created to compare the actual TagEvent's created to.AssertionError - - if the actual TagEvent's created is not equal to the given one.public S hasDockerImageReference(String dockerImageReference)
dockerImageReference - the given dockerImageReference to compare the actual TagEvent's dockerImageReference to.AssertionError - - if the actual TagEvent's dockerImageReference is not equal to the given one.public S hasGeneration(Long generation)
generation - the given generation to compare the actual TagEvent's generation to.AssertionError - - if the actual TagEvent's generation is not equal to the given one.public S hasImage(String image)
image - the given image to compare the actual TagEvent's image to.AssertionError - - if the actual TagEvent's image is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.