tiesebarrell / process-assertions

Test case assertions for integration tests that run processes with Activiti
Apache License 2.0
4 stars 5 forks source link

Account for process or task suspension #3

Open tiesebarrell opened 11 years ago

tiesebarrell commented 11 years ago

Add test cases for all methods with a suspended process (and thus, tasks) and for re-enabled processes. Most methods check for active(), but this is not covered by the test cases. Also add comment to public API to indicate a method takes suspension into account (or not if applicable)