public class BuildTriggerPolicyFluentAssert extends AbstractBuildTriggerPolicyFluentAssert<BuildTriggerPolicyFluentAssert,io.fabric8.openshift.api.model.BuildTriggerPolicyFluent>
BuildTriggerPolicyFluent specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractBuildTriggerPolicyFluentAssert instead.| Constructor and Description |
|---|
BuildTriggerPolicyFluentAssert(io.fabric8.openshift.api.model.BuildTriggerPolicyFluent actual)
Creates a new
to make assertions on actual BuildTriggerPolicyFluent. |
| Modifier and Type | Method and Description |
|---|---|
static BuildTriggerPolicyFluentAssert |
assertThat(io.fabric8.openshift.api.model.BuildTriggerPolicyFluent actual)
An entry point for BuildTriggerPolicyFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myBuildTriggerPolicyFluent) and get specific assertion with code completion. |
hasAdditionalProperties, hasGeneric, hasGithub, hasImageChange, hasTypeas, 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, usingDefaultComparatorpublic BuildTriggerPolicyFluentAssert(io.fabric8.openshift.api.model.BuildTriggerPolicyFluent actual)
BuildTriggerPolicyFluentAssert to make assertions on actual BuildTriggerPolicyFluent.actual - the BuildTriggerPolicyFluent we want to make assertions on.public static BuildTriggerPolicyFluentAssert assertThat(io.fabric8.openshift.api.model.BuildTriggerPolicyFluent actual)
assertThat() statements.assertThat(myBuildTriggerPolicyFluent) and get specific assertion with code completion.actual - the BuildTriggerPolicyFluent we want to make assertions on.BuildTriggerPolicyFluentAssertCopyright © 2011–2016 Red Hat. All rights reserved.