Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

unit test

  • submit to reddit

Unit Test Code Coverage

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 coverage to your Maven application in 10 minutes. We will use the excellent Jacoco code coverage library...

0 replies - 1798 views - 01/18/12 by John Dobie in Articles

Verify logging events within a unit tests.

// Removed already posted by someone else.

0 replies - 815 views - 09/26/11 by Stephen Price in Announcements

Swing Extreme Testing

We've spent ten years developing a highly-successful artificial intelligence system used in pathology labs around the world. As a very small team, one of the keys to our succes has been our hard-core approach to testing. Basically, we have automated tests for...

0 replies - 3093 views - 08/09/08 by Tim Lavers in Announcements