Hi there,
Is it possible to test a @ExceptionHandler
annotated method used in a Saga.
The test uses a SagaTestFixture
and it looks to me the fixture is not scanning for this annotation to register a handler.
Then probably I need to make it myself?
Thnx in advance!