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