jmockit

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 - 4711 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 - 12908 views - 06/24/08 by mminella in Articles