in reply to Re: Seeking opinion on a complete application framework, involving mocking and dependency injection
in thread Seeking opinion on a complete application framework, involving mocking and dependency injection

Hi! Thanks a lot for your reply!

As for the testing part, I had checked those modules indeed, but had the following thoughts about them:

In the end, I can see this advantage of using Test::MockObject over using mocking by inheritance as I was suggesting: What other advantages would I gain?
Is there any caveats at mocking by inheritance as I was suggesting?

PS: oh, about your comment, I may have misused the word 'environnement' in my question: I didn't mean architecture environment but rather meant 'test situation' (I corrected it in the text).

  • Comment on Re^2: Seeking opinion on a complete application framework, involving mocking and dependency injection