테스트-구현 커플링
단위 테스트와 구현 사이의 결합.
The test above is not one I would expect to live a long time. It is deeply concerned with the implementation of our operation, rather than its externally visible behavior. —Chapter 13, Test-driven development: by example
See also
- Bad smells in test
- Mock object smell