Before we go forward and run some of the tests that we are going to see hereinafter, let us check a few of the symptoms to understand if those tests are worth doing. We have mentioned some symptoms ...
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 ...
Hamcrest is based on the concept of a matcher, which can be a very natural way of asserting whether or not the result of a test is in a desired state. If you have not used Hamcrest, examples in this ...