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