*-------------------------------------------------------------*/
public static Test suite()
{
TestSuite suite = new TestSuite();
Timer timer = new ConstantTimer( 100 );
int maxUsers = 10;
int iterations = 10;
long maxElapsedTime = 20000;
Test testCase = new ResourceLimitingPoolMultithreadMaxStrictBlockTestCase( "testGetPut" );