Skip navigation.

Testing Private Interfaces

Testing Private Interfaces

I am aware of no other field where testing is restricted to publically available interfaces. Not one. Every engineering field I'm aware of installs internal interfaces that are there for testing. In other words, anyone who argues that tests need...