public abstract class AbstractLifecycleHookFluentImplAssert<S extends AbstractLifecycleHookFluentImplAssert<S,A>,A extends io.fabric8.openshift.api.model.LifecycleHookFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
LifecycleHookFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractLifecycleHookFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual LifecycleHookFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveTagImages(io.fabric8.openshift.api.model.TagImageHook... tagImages)
Verifies that the actual LifecycleHookFluentImpl's tagImages does not contain the given TagImageHook elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual LifecycleHookFluentImpl's additionalProperties is equal to the given one.
|
S |
hasExecNewPod(io.fabric8.openshift.api.model.ExecNewPodHook execNewPod)
Verifies that the actual LifecycleHookFluentImpl's execNewPod is equal to the given one.
|
S |
hasFailurePolicy(String failurePolicy)
Verifies that the actual LifecycleHookFluentImpl's failurePolicy is equal to the given one.
|
S |
hasNoTagImages()
Verifies that the actual LifecycleHookFluentImpl has no tagImages.
|
S |
hasOnlyTagImages(io.fabric8.openshift.api.model.TagImageHook... tagImages)
Verifies that the actual LifecycleHookFluentImpl's tagImages contains only the given TagImageHook elements and nothing else in whatever order.
|
S |
hasTagImages(io.fabric8.openshift.api.model.TagImageHook... tagImages)
Verifies that the actual LifecycleHookFluentImpl's tagImages contains the given TagImageHook elements.
|
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, usingDefaultComparator
protected AbstractLifecycleHookFluentImplAssert(A actual, Class<S> selfType)
AbstractLifecycleHookFluentImplAssert
to make assertions on actual LifecycleHookFluentImpl.actual
- the LifecycleHookFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual LifecycleHookFluentImpl's additionalProperties to.AssertionError
- - if the actual LifecycleHookFluentImpl's additionalProperties is not equal to the given one.public S hasExecNewPod(io.fabric8.openshift.api.model.ExecNewPodHook execNewPod)
execNewPod
- the given execNewPod to compare the actual LifecycleHookFluentImpl's execNewPod to.AssertionError
- - if the actual LifecycleHookFluentImpl's execNewPod is not equal to the given one.public S hasFailurePolicy(String failurePolicy)
failurePolicy
- the given failurePolicy to compare the actual LifecycleHookFluentImpl's failurePolicy to.AssertionError
- - if the actual LifecycleHookFluentImpl's failurePolicy is not equal to the given one.public S hasTagImages(io.fabric8.openshift.api.model.TagImageHook... tagImages)
tagImages
- the given elements that should be contained in actual LifecycleHookFluentImpl's tagImages.AssertionError
- if the actual LifecycleHookFluentImpl's tagImages does not contain all given TagImageHook elements.public S hasOnlyTagImages(io.fabric8.openshift.api.model.TagImageHook... tagImages)
tagImages
- the given elements that should be contained in actual LifecycleHookFluentImpl's tagImages.AssertionError
- if the actual LifecycleHookFluentImpl's tagImages does not contain all given TagImageHook elements.public S doesNotHaveTagImages(io.fabric8.openshift.api.model.TagImageHook... tagImages)
tagImages
- the given elements that should not be in actual LifecycleHookFluentImpl's tagImages.AssertionError
- if the actual LifecycleHookFluentImpl's tagImages contains any given TagImageHook elements.public S hasNoTagImages()
AssertionError
- if the actual LifecycleHookFluentImpl's tagImages is not empty.Copyright © 2011–2016 Red Hat. All rights reserved.