@Generated(value="assertj-assertions-generator") public abstract class AbstractDeploymentRecordValueAssert<S extends AbstractDeploymentRecordValueAssert<S,A>,A extends DeploymentRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
DeploymentRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDeploymentRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeploymentRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHaveDeployedWorkflows(Collection<? extends DeployedWorkflow> deployedWorkflows)
Verifies that the actual DeploymentRecordValue's deployedWorkflows does not contain the given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements in Collection.
|
S |
doesNotHaveDeployedWorkflows(DeployedWorkflow... deployedWorkflows)
Verifies that the actual DeploymentRecordValue's deployedWorkflows does not contain the given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.
|
S |
doesNotHaveResources(Collection<? extends DeploymentResource> resources)
Verifies that the actual DeploymentRecordValue's resources does not contain the given io.zeebe.exporter.record.value.deployment.DeploymentResource elements in Collection.
|
S |
doesNotHaveResources(DeploymentResource... resources)
Verifies that the actual DeploymentRecordValue's resources does not contain the given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.
|
S |
hasDeployedWorkflows(Collection<? extends DeployedWorkflow> deployedWorkflows)
Verifies that the actual DeploymentRecordValue's deployedWorkflows contains the given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements in Collection.
|
S |
hasDeployedWorkflows(DeployedWorkflow... deployedWorkflows)
Verifies that the actual DeploymentRecordValue's deployedWorkflows contains the given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.
|
S |
hasNoDeployedWorkflows()
Verifies that the actual DeploymentRecordValue has no deployedWorkflows.
|
S |
hasNoResources()
Verifies that the actual DeploymentRecordValue has no resources.
|
S |
hasOnlyDeployedWorkflows(Collection<? extends DeployedWorkflow> deployedWorkflows)
Verifies that the actual DeploymentRecordValue's deployedWorkflows contains only the given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements in Collection and nothing else in whatever order.
|
S |
hasOnlyDeployedWorkflows(DeployedWorkflow... deployedWorkflows)
Verifies that the actual DeploymentRecordValue's deployedWorkflows contains only the given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements and nothing else in whatever order.
|
S |
hasOnlyResources(Collection<? extends DeploymentResource> resources)
Verifies that the actual DeploymentRecordValue's resources contains only the given io.zeebe.exporter.record.value.deployment.DeploymentResource elements in Collection and nothing else in whatever order.
|
S |
hasOnlyResources(DeploymentResource... resources)
Verifies that the actual DeploymentRecordValue's resources contains only the given io.zeebe.exporter.record.value.deployment.DeploymentResource elements and nothing else in whatever order.
|
S |
hasResources(Collection<? extends DeploymentResource> resources)
Verifies that the actual DeploymentRecordValue's resources contains the given io.zeebe.exporter.record.value.deployment.DeploymentResource elements in Collection.
|
S |
hasResources(DeploymentResource... resources)
Verifies that the actual DeploymentRecordValue's resources contains the given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.
|
as, as, extracting, extracting, extracting, getComparatorsByType, hasAllNullFieldsOrProperties, hasAllNullFieldsOrPropertiesExcept, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForType, usingRecursiveComparison, usingRecursiveComparisonasList, 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, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractDeploymentRecordValueAssert(A actual, Class<S> selfType)
AbstractDeploymentRecordValueAssert to make assertions on actual DeploymentRecordValue.actual - the DeploymentRecordValue we want to make assertions on.public S hasDeployedWorkflows(DeployedWorkflow... deployedWorkflows)
deployedWorkflows - the given elements that should be contained in actual DeploymentRecordValue's deployedWorkflows.AssertionError - if the actual DeploymentRecordValue's deployedWorkflows does not contain all given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.public S hasDeployedWorkflows(Collection<? extends DeployedWorkflow> deployedWorkflows)
deployedWorkflows - the given elements that should be contained in actual DeploymentRecordValue's deployedWorkflows.AssertionError - if the actual DeploymentRecordValue's deployedWorkflows does not contain all given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.public S hasOnlyDeployedWorkflows(DeployedWorkflow... deployedWorkflows)
deployedWorkflows - the given elements that should be contained in actual DeploymentRecordValue's deployedWorkflows.AssertionError - if the actual DeploymentRecordValue's deployedWorkflows does not contain all given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.public S hasOnlyDeployedWorkflows(Collection<? extends DeployedWorkflow> deployedWorkflows)
deployedWorkflows - the given elements that should be contained in actual DeploymentRecordValue's deployedWorkflows.AssertionError - if the actual DeploymentRecordValue's deployedWorkflows does not contain all given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.public S doesNotHaveDeployedWorkflows(DeployedWorkflow... deployedWorkflows)
deployedWorkflows - the given elements that should not be in actual DeploymentRecordValue's deployedWorkflows.AssertionError - if the actual DeploymentRecordValue's deployedWorkflows contains any given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.public S doesNotHaveDeployedWorkflows(Collection<? extends DeployedWorkflow> deployedWorkflows)
deployedWorkflows - the given elements that should not be in actual DeploymentRecordValue's deployedWorkflows.AssertionError - if the actual DeploymentRecordValue's deployedWorkflows contains any given io.zeebe.exporter.record.value.deployment.DeployedWorkflow elements.public S hasNoDeployedWorkflows()
AssertionError - if the actual DeploymentRecordValue's deployedWorkflows is not empty.public S hasResources(DeploymentResource... resources)
resources - the given elements that should be contained in actual DeploymentRecordValue's resources.AssertionError - if the actual DeploymentRecordValue's resources does not contain all given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.public S hasResources(Collection<? extends DeploymentResource> resources)
resources - the given elements that should be contained in actual DeploymentRecordValue's resources.AssertionError - if the actual DeploymentRecordValue's resources does not contain all given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.public S hasOnlyResources(DeploymentResource... resources)
resources - the given elements that should be contained in actual DeploymentRecordValue's resources.AssertionError - if the actual DeploymentRecordValue's resources does not contain all given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.public S hasOnlyResources(Collection<? extends DeploymentResource> resources)
resources - the given elements that should be contained in actual DeploymentRecordValue's resources.AssertionError - if the actual DeploymentRecordValue's resources does not contain all given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.public S doesNotHaveResources(DeploymentResource... resources)
resources - the given elements that should not be in actual DeploymentRecordValue's resources.AssertionError - if the actual DeploymentRecordValue's resources contains any given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.public S doesNotHaveResources(Collection<? extends DeploymentResource> resources)
resources - the given elements that should not be in actual DeploymentRecordValue's resources.AssertionError - if the actual DeploymentRecordValue's resources contains any given io.zeebe.exporter.record.value.deployment.DeploymentResource elements.public S hasNoResources()
AssertionError - if the actual DeploymentRecordValue's resources is not empty.Copyright © 2017–2019 camunda services GmbH. All rights reserved.