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