Class ExecutionTreeProcessDefinitionIdAssertion
java.lang.Object
org.operaton.bpm.engine.test.util.ExecutionTreeProcessDefinitionIdAssertion
- All Implemented Interfaces:
ExecutionTreeAssertion
public class ExecutionTreeProcessDefinitionIdAssertion
extends Object
implements ExecutionTreeAssertion
- Author:
- Thorben Lindhauer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertExecution(ExecutionTree tree) matches(ExecutionTree tree) returns umatched executions in the treeprocessDefinitionId(String expectedProcessDefinitionId)
-
Field Details
-
expectedProcessDefinitionId
-
-
Constructor Details
-
ExecutionTreeProcessDefinitionIdAssertion
public ExecutionTreeProcessDefinitionIdAssertion()
-
-
Method Details
-
assertExecution
- Specified by:
assertExecutionin interfaceExecutionTreeAssertion
-
matches
returns umatched executions in the tree -
processDefinitionId
public static ExecutionTreeProcessDefinitionIdAssertion processDefinitionId(String expectedProcessDefinitionId)
-