DigitalState / camunda-coverage-generation

Camunda BPM Unit testing coverage generation using BPMNJS, Groovy, and Camunda Test Assertion Libraries. Also inlcudes a Java Bridge for use from pure Java Classes.
MIT License
5 stars 3 forks source link

Create a addSequenceFlowListeners() method to DeploymentBuilder #8

Open StephenOTT opened 6 years ago

StephenOTT commented 6 years ago

This will allow a chaining of methods such as

deployment.addSequenceFlowListeners().deploy(), where deployment is a DeploymentBuilder variable.

The logic would look at each files in the deployment and get the BPMN files/BpmnModelInstances and make the required modifications