Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 506 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 506 Bytes

simple-junit-test

This project is a template to test processes with camunda-bpm-assert and process test coverage with JUnit.

Just copy the project to your disk, copy your process into src/main/resources, complete the InMemoryH2Test.java and run it with mvn clean test.

You can inspect the process test coverage unter target/process-test-coverage by opening the files in your browser.