testing-concept-test-units-not-classes

blog-post-test-units-not-classes#what-is-a-good-unit

"A class doesn't usually make a good Unit, it's usually a collection of classes that is interesting."

 
podcast-rr-269-testing#test-at-high-level-gives-freedom-to-change

JESSICA: I always test from as far outside as I can feasibly test because that gives me the freedom to change things on the inside.

 
book-goos#separation-allows-for-radical-change

"the separation will allow you to make radical changes to the implementation of the code without changing the tests.

 
blog-post-design-for-testability#what-is-a-unit

There are a lot of religious arguments out there about the boundaries between "unit", "functional", "integration", and other sorts of tests; By "unit" tests here I mean tests that exercise some specific module or component of the code base with minimal dependencies on or invocation of other code in the application.

 

Referring Pages

codedtested video-from-legacy-to-ddd