Camunda CDI event Bridge with Unit Testing

Hi guys,

Does anybody know how to get CDI event Bridge working with Process Unit tests?
I’m using those events to update certain processInstance variables, which I’d like to test from my current unit tests, but it doesn’t seem to activate those listeners because they depend on ProcessApplication.

How should I face this so that they get activated?
Thanks in advance…