Decoupling tests from implementation details
One of the goals of automated testing is to support refactoring but many times, they get in the way. Tests should aim to define what is intended (behavior); not how it’s implemented (details).
Published in
7 min readAug 31, 2022
--