Package net.sourceforge.hiveutils.test

This package contains useful classes for creating automatic tests based on JUnit and jMock.

See:
          Description

Interface Summary
TestFactory  
 

Class Summary
HivemindIntegrationTestCase Utility class that integration test cases can inherit in order to have better support for HiveMind tests.
HivemindUnitTestCase Utility class that test cases can inherit in order to have better support (additional "syntactic sugar") for jMock usage.
SaveConstraint jMock Constraint that just retains the value passed to it, and optionnally evaluates another Constraint on that value.
TestSuiteHelper  
 

Package net.sourceforge.hiveutils.test Description

This package contains useful classes for creating automatic tests based on JUnit and jMock.