mock

Unit Testing with Spring, Guice, JMock, Easymock, Mockito...

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 - 2816 views - 02/04/09 by Mathieu Carbou in Announcements

The Concept of Mocking

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 - 3787 views - 08/16/08 by mminella in Articles

Unit Testing with TestNG and JMockit Part 2

This tutorial is part two in a two part series on TestNG and jmockit. The previous tutorial (found here) covered the classic JUnit and EasyMock scenario, only...

0 replies - 4707 views - 06/30/08 by mminella in Articles