@Generated(value="assertj-assertions-generator") public abstract class AbstractDeployedWorkflowAssert<S extends AbstractDeployedWorkflowAssert<S,A>,A extends DeployedWorkflow> extends org.assertj.core.api.AbstractObjectAssert<S,A>
DeployedWorkflow specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDeployedWorkflowAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeployedWorkflow. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasBpmnProcessId(String bpmnProcessId)
Verifies that the actual DeployedWorkflow's bpmnProcessId is equal to the given one.
|
S |
hasResourceName(String resourceName)
Verifies that the actual DeployedWorkflow's resourceName is equal to the given one.
|
S |
hasVersion(int version)
Verifies that the actual DeployedWorkflow's version is equal to the given one.
|
S |
hasWorkflowKey(long workflowKey)
Verifies that the actual DeployedWorkflow's workflowKey is equal to the given one.
|
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 AbstractDeployedWorkflowAssert(A actual, Class<S> selfType)
AbstractDeployedWorkflowAssert to make assertions on actual DeployedWorkflow.actual - the DeployedWorkflow we want to make assertions on.public S hasBpmnProcessId(String bpmnProcessId)
bpmnProcessId - the given bpmnProcessId to compare the actual DeployedWorkflow's bpmnProcessId to.AssertionError - - if the actual DeployedWorkflow's bpmnProcessId is not equal to the given one.public S hasResourceName(String resourceName)
resourceName - the given resourceName to compare the actual DeployedWorkflow's resourceName to.AssertionError - - if the actual DeployedWorkflow's resourceName is not equal to the given one.public S hasVersion(int version)
version - the given version to compare the actual DeployedWorkflow's version to.AssertionError - - if the actual DeployedWorkflow's version is not equal to the given one.public S hasWorkflowKey(long workflowKey)
workflowKey - the given workflowKey to compare the actual DeployedWorkflow's workflowKey to.AssertionError - - if the actual DeployedWorkflow's workflowKey is not equal to the given one.Copyright © 2017–2019 camunda services GmbH. All rights reserved.