Created
June 3, 2014 06:53
-
-
Save meyerdan/bf50168b1661a0792d9e to your computer and use it in GitHub Desktop.
With camunda BPM assert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assertThat(processInstance).isStarted() | |
.task().hasDefinitionKey("approveInvoice") | |
.hasCandidateGroup("backoffice") | |
.isNotAssigned(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment