------------------------------------------------------------------------------- Test set: com.camunda.demo.SimpleDemo.ProcessUnitTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.268 sec <<< FAILURE! - in com.camunda.demo.SimpleDemo.ProcessUnitTest testHappyPath(com.camunda.demo.SimpleDemo.ProcessUnitTest) Time elapsed: 0.839 sec <<< FAILURE! java.lang.AssertionError: Expecting ProcessInstance {id='5', processDefinitionId='SimpleDemo:1:3', businessKey='null'} to be ended, but it is not!. (Please make sure you have set the history service of the engine to at least 'activity' or a higher level before making use of this assertion!) at com.camunda.demo.SimpleDemo.ProcessUnitTest.testHappyPath(ProcessUnitTest.java:42)