Solution: How to Unit-Test
Hi there
I twiddled a bit and found a solution how to unit-test. It is not the fancy graphical way but there is all you need and it is fairly customizable.
1. Create a new business-process ('s24.postimg.org/58g8l9gn9/Workflow.jpg')
![Workflow][1]
2. Create a execution listener
Download: [ExecutionListener][2]
3. Create the Testrunner class
Download: [UnitTestRunner][3]
How the result may look like: ('http://s8.postimg.org/752yicuph/Output.jpg')
![alt text][4]
Resources:
[1]: http://s24.postimg.org/58g8l9gn9/Workflow.jpg
[2]: http://www.file-upload.net/download-8362431/ExecutionListener.java.html
[3]: http://www.file-upload.net/download-8362430/UnitTestRunner.java.html
[4]: http://s8.postimg.org/752yicuph/Output.jpg
[1]: http://s24.postimg.org/58g8l9gn9/Workflow.jpg
[2]: http://www.file-upload.net/download-8362431/ExecutionListener.java.html
[3]: http://www.file-upload.net/download-8362430/UnitTestRunner.java.html
[4]: http://s8.postimg.org/752yicuph/Output.jpg