@Generated(value="assertj-assertions-generator") public class DeploymentResourceAssert extends AbstractDeploymentResourceAssert<DeploymentResourceAssert,DeploymentResource>
DeploymentResource specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDeploymentResourceAssert instead.| Constructor and Description |
|---|
DeploymentResourceAssert(DeploymentResource actual)
Creates a new
to make assertions on actual DeploymentResource. |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentResourceAssert |
assertThat(DeploymentResource actual)
An entry point for DeploymentResourceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDeploymentResource) and get specific assertion with code completion. |
doesNotHaveResource, hasNoResource, hasOnlyResource, hasResource, hasResourceName, hasResourceTypeas, as, extracting, extracting, extracting, getComparatorsByType, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForTypeasList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic DeploymentResourceAssert(DeploymentResource actual)
DeploymentResourceAssert to make assertions on actual DeploymentResource.actual - the DeploymentResource we want to make assertions on.public static DeploymentResourceAssert assertThat(DeploymentResource actual)
assertThat() statements.assertThat(myDeploymentResource) and get specific assertion with code completion.actual - the DeploymentResource we want to make assertions on.DeploymentResourceAssertCopyright © 2017–2019 camunda services GmbH. All rights reserved.