Hi!
I'm trying to investigate some problems I've met with activiti and best way to do it - via unit-tests - better inside activiti engine project - so, by this way it will be easy to separate all my own environment and code - what may affect problem, as well as easy to demonstrate problem for activiti developers.
It is clear how to write unit-test deployed some specific process definition, but - how to add some custom spring bean into context used during test execution?
I tried to find any sample in activiti-engine code - but wasn't able