1 min readJan 5, 2020
Hello Villani,
Thanks for this post about interface delegation.
My question is about testing. If you want to test the class FiatBravo,
you’ll probably need to mock the dependencies of the class right?
Do you consider Enginetype as a dependency of FiatBravo class?
How do you handle that regarding your actual class?