Uncategorized Encapsulation Practices When Mocking Queries 22 Feb 201722 Feb 2017 As a developer and unit tester, I agree with the TDD goal to test only the interface of a class and ignore the private methods. Those private methods are implementation…