public static Test suite()
{
System.setProperty( "jcs.auxiliary.LTCP.attributes.PutOnlyMode", "false" );
ActiveTestSuite suite = new ActiveTestSuite();
suite.addTest( new LateralTCPConcurrentRandomTestUtil( "testLateralTCPCache1" )
{
public void runTest()
throws Exception
{
this.runTestForRegion( "region1", 1, 200, 1 );
}
} );
suite.addTest( new LateralTCPConcurrentRandomTestUtil( "testLateralTCPCache2" )
{
public void runTest()
throws Exception
{
this.runTestForRegion( "region2", 10000, 12000, 2 );
}
} );
suite.addTest( new LateralTCPConcurrentRandomTestUtil( "testLateralTCPCache3" )
{
public void runTest()
throws Exception
{
this.runTestForRegion( "region3", 10000, 12000, 3 );
}
} );
suite.addTest( new LateralTCPConcurrentRandomTestUtil( "testLateralTCPCache4" )
{
public void runTest()
throws Exception
{
this.runTestForRegion( "region3", 10000, 13000, 4 );
}
} );
suite.addTest( new LateralTCPConcurrentRandomTestUtil( "testLateralTCPCache5" )
{
public void runTest()
throws Exception
{
this.runTestForRegion( "region4", 10000, 11000, 5 );