Comment on What does it really mean to test an interface not the implementation?
fzz@programming.dev 1 year ago
Testing interface is not about exactly interface as language’s feature. It’s about testing outer public interface of you things, look at it as a black-box and doesn’t matter what happens inside. That’s all it means.