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