Hello everybody.

I would like to test all the transitions of a flow definition with an integration Junit test, because I did a lot of refactor and I would like to know if the code of my transitions compile.

The reference guide talks about tests, but only with mocks, while I would like to use the Spring context. And I would like, if it's possible, to retrieve and test automatically all the transitions of my flow definition (without having to call them explicitly).

I hope you will be able to help me.
Thanks.