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