
The ThOR project is an API that enables developers to record the state or behavior of live Java objects for playback during unit testing. Recordings take the...
0 replies - 1156 views - 06/05/12 by Matt Avery in Announcements

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,...
0 replies - 11633 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...
0 replies - 10164 views - 08/16/08 by Michael Minella in Articles