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