testng

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

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...

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

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 - 4585 views - 06/30/08 by mminella in Articles

Unit Testing With TestNG and JMockit

TestNG is a testing framework for unit test development. JMockit is a framework for mock objects that provides mock object functionality using the...

3 replies - 12591 views - 06/24/08 by mminella in Articles