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