posted 16 years ago
I have created a new Mock Service to extend that service and set it in the session assuming that the Dependency Injection would be overridden as mentioned in the mockrunner examples
And I have changed LoggableActionTest second scenario to as follows
But it still goes to the actual LoggableServiceImpl instead of the MockLoggableServiceImpl. What did I mess up or not understand ?