7 ms·
I find testing everything through public methods can lead to excessive mocking, which ties you even more to the implementation.
by mobjack 5y ago
I find testing everything through public methods can lead to excessive mocking, which ties you even more to the implementation.
- rtheunissen 5y agoHow does mocking tie you to the implementation?