1
vote
What is the unit testing strategy for method call forwarding?
Unit Test should focus only to its corresponding class under testing. All attributes of class that are not of same type should be mocked.
Suppose you have a class (CarRegistry) that uses so …
