A question regarding regression testing. We would like to perform/setup regression tests for our pilot project. For that we need to mockup backend calls.
All integration logic is in the persistent state objects. So the question is:
Is it possible to mock up backend calls from persistent state objects?
If yes how to do it?