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