The Data Problem
Learn how to work with data and the importance of refactoring code.
We'll cover the following...
Fast test
We still want the vast majority of our JUnit tests to be fast. This shouldn’t be a problem. If we isolate all of our persistence interaction to one place in the system, we end up with a reasonably small amount of code that must be integration-tested. ...