When you write unit tests, as the project grows to end up by using many technologies such as Jmock (or another mock framework like Mockito), DbUnit, Selenium, your favorite IOC, ... Integration of these technologies requires you to write pleinty of time the...
0 replies - 9727 views - 02/04/09 by Mathieu Carbou in Announcements
To someone who is new to unit testing, the idea of mock objects can be confusing to say the least. I have covered in previous tutorials how to use various mock object frameworks (EasyMock and jmockit). However in this tutorial, we will focus on the...
0 replies - 6641 views - 08/16/08 by Michael Minella in Articles