cementing-the-existing-design
- A term from http://blog.arkency.com/2014/09/unit-tests-vs-class-tests/ which is also talked about (possibly with a different set of words) by Sandi Metz.
- Sandi says that private method tests make your design less flexible
- The arkency guys say that testing every class makes your design less flexible... you should have a facade-class
- see brittle-tests
- see high-coupling