
The first draft of PODAM is ready. Currently the framework sets the
initial state of a POJO with random values. The supported types are:
Primitive...
0 replies - 1297 views - 04/03/11 by Marco Tedone in Announcements

To achieve an impeccable system design, write a failing test first, a simple implementation to pass the test, refactor and repeat. Sounds easy, right? Then...
3 replies - 7640 views - 02/23/11 by Jonathan Fullam in Articles

If you have worked with JUnit Rule API which was introduced in
version 4.8 then you might probably also think that they are very
useful. For example,...
1 replies - 13917 views - 01/31/11 by Shekhar Gulati in Articles

NetBeans Platform Architect Jaroslav Tulach recently posted some surprising news on the JUnit Yahoo Group. "We have new lawyers," he said, and...
0 replies - 18608 views - 01/18/11 by Mitch Pronschinske in Daily Dose

0 replies - 2271 views - 11/28/10 by Katarina Majetic in Uncategorized

0 replies - 5812 views - 08/26/10 by Jörg Buchberger in Book Reviews

Apache Pivot is a platform for building rich Internet applications (RIAs) in Java. While it is geared primarily towards user interface construction, Pivot...
2 replies - 7296 views - 08/25/10 by Greg Brown in Articles

Have you ever wanted an automated, cross-browser testing tool for Groovy that also works as a screen scraping and process automation tool? If you have, then...
0 replies - 13918 views - 08/17/10 by Mitch Pronschinske in Articles

Unfortunately handling exceptions thrown by
methods under test has always been cumbersome. There has been some
relief in the last few months, as both JUnit...
8 replies - 7788 views - 03/18/10 by Thomas Mauch in Articles

At Devoxx '09, JBoss introduced a framework that could help improve the testability of Java EE and JBoss AS. Integration testing is important in Java EE...
2 replies - 12834 views - 03/11/10 by Mitch Pronschinske in Articles

0 replies - 10304 views - 02/01/10 by Sunil Parikh in Book Reviews

JUnit has been an important framework in the evolution of test-driven development (TDD). The open source unit testing framework has been ported to numerous...
3 replies - 8276 views - 12/07/09 by Mitch Pronschinske in Articles

I-Introduction :
As Service tracker, the Osgi 4.2
release introduced "BundleTracker" which simplifies working with bundles
and facilitate...
0 replies - 9526 views - 10/02/09 by Slim Ouertani in Articles

JUnit 4.7 introduced a few features that make it a little easier to work with exceptions. JUnit 4 introduced the expected parameter, which makes a test...
0 replies - 3027 views - 09/29/09 by John Ferguson Smart in Blogs

In my previous post, I described some useful features of the latest JUnit, together with the way I'm using it with the test suite of jrawio.Now, it's the turn...
6 replies - 9170 views - 08/29/09 by Fabrizio Giudici in Articles