
As we know unfortunately Maven has no out of the box support for different test types. There are in fact few open tickets for adapting Maven to different test...
0 replies - 1194 views - 04/01/13 by Kuba Kubrynski in Articles

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 - 1112 views - 06/05/12 by Matt Avery in Announcements

This example shows how to generate coverage for unit and integration tests using Maven and Sonar.
It uses very simple techniques and should only take 10-15...
0 replies - 9325 views - 05/17/12 by John Dobie in Articles

It’s easy to collect unit test code coverage because all of the common tools are geared up for it.
This article will explain how you can add unit test...
0 replies - 4398 views - 01/18/12 by John Dobie in Articles

Clover is a
great tool for generating code coverage reports from your unit tests. It
can be executed as a plugin in Eclipse, Maven or Ant.
However, not...
0 replies - 7195 views - 01/08/12 by Avi Yehuda in Articles

Well known in the Java community for his many published articles, and
as author of the Java Power Tools book, John Smart has agreed to fly over from New...
0 replies - 1495 views - 01/04/10 by Wendy Devolder in Announcements

How much code coverage is enough? Do you consider having 100% code coverage an uphill task? Based on whom you talk to, the reply you get varies considerably. I...
20 replies - 18268 views - 10/20/08 by Meera Subbarao in Articles

One of the primary goals of every developer should be to prevent or drastically limit the number of bugs or defects from being introduced in their source code....
7 replies - 21937 views - 09/01/08 by Meera Subbarao in Articles