When I write Java-projects that produce web pages, I test on several levels. First, I use Jetty and WebDriver to test the result via http. (WebDriver even lets me test JavaScript!) But for speed and ...
Right now, I'm half-way thru "The Art of Unit Testing" book and wrapping my head around Stubs and Mocks. As an exercise to consolidate and validate what I'm learning, I've created a simple chart of ...