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