Dear all, I'm proud to announce that PODAM 2.1.0.RELEASE was released yesterday. To see what's changed, please refer to the release notes. PODAM is a tool to fill POJOs/JavaBean with data. Although the default strategy is to fill data with random data,one...
0 replies - 734 views - 05/01/11 by Marco Tedone in Announcements
Dear all, I finally completed the first version of PODAM, which is now 0.0.1-RC3. Before releasing the final version I'd like to collect feedbacks, bugs, feature requests to make PODAM an even better tool. Podam is a tool designed to help Java developers to...
0 replies - 608 views - 04/26/11 by Marco Tedone 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, your favorite IOC, ... Integration of these technologies requires you to write pleinty of time the...
0 replies - 9721 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 - 6634 views - 08/16/08 by Michael Minella in Articles
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 with TestNG and jmockit. Although you can do that type of testing with these two technologies, that...
0 replies - 8899 views - 06/30/08 by Michael Minella in Articles