public abstract class AbstractBuildTriggerPolicyFluentImplAssert<S extends AbstractBuildTriggerPolicyFluentImplAssert<S,A>,A extends io.fabric8.openshift.api.model.BuildTriggerPolicyFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
BuildTriggerPolicyFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractBuildTriggerPolicyFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual BuildTriggerPolicyFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual BuildTriggerPolicyFluentImpl's additionalProperties is equal to the given one.
|
S |
hasGeneric(io.fabric8.openshift.api.model.WebHookTrigger generic)
Verifies that the actual BuildTriggerPolicyFluentImpl's generic is equal to the given one.
|
S |
hasGithub(io.fabric8.openshift.api.model.WebHookTrigger github)
Verifies that the actual BuildTriggerPolicyFluentImpl's github is equal to the given one.
|
S |
hasImageChange(io.fabric8.openshift.api.model.ImageChangeTrigger imageChange)
Verifies that the actual BuildTriggerPolicyFluentImpl's imageChange is equal to the given one.
|
S |
hasType(String type)
Verifies that the actual BuildTriggerPolicyFluentImpl's type 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, usingDefaultComparator
protected AbstractBuildTriggerPolicyFluentImplAssert(A actual, Class<S> selfType)
AbstractBuildTriggerPolicyFluentImplAssert
to make assertions on actual BuildTriggerPolicyFluentImpl.actual
- the BuildTriggerPolicyFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual BuildTriggerPolicyFluentImpl's additionalProperties to.AssertionError
- - if the actual BuildTriggerPolicyFluentImpl's additionalProperties is not equal to the given one.public S hasGeneric(io.fabric8.openshift.api.model.WebHookTrigger generic)
generic
- the given generic to compare the actual BuildTriggerPolicyFluentImpl's generic to.AssertionError
- - if the actual BuildTriggerPolicyFluentImpl's generic is not equal to the given one.public S hasGithub(io.fabric8.openshift.api.model.WebHookTrigger github)
github
- the given github to compare the actual BuildTriggerPolicyFluentImpl's github to.AssertionError
- - if the actual BuildTriggerPolicyFluentImpl's github is not equal to the given one.public S hasImageChange(io.fabric8.openshift.api.model.ImageChangeTrigger imageChange)
imageChange
- the given imageChange to compare the actual BuildTriggerPolicyFluentImpl's imageChange to.AssertionError
- - if the actual BuildTriggerPolicyFluentImpl's imageChange is not equal to the given one.public S hasType(String type)
type
- the given type to compare the actual BuildTriggerPolicyFluentImpl's type to.AssertionError
- - if the actual BuildTriggerPolicyFluentImpl's type is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.