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