| com.jcorporate.expresso.services.test.ExpressoTestCase com.jcorporate.expresso.ext.tests.DBObjStressTest
DBObjStressTest | public class DBObjStressTest extends ExpressoTestCase (Code) | | Stress Test for 5019 DBObjects
author: Michael Rimov version: $Revision: 1.2 $ $Date: 2004/11/17 20:48:23 $ |
Method Summary | |
public static void | main(String[] args) | protected void | setUp() Sets up the fixture, for example, open a network connection. | public static junit.framework.Test | suite() | protected void | tearDown() Tears down the fixture, for example, close a network connection. | public void | testStressDBObjects() |
NUM_ITERATIONS | final static int NUM_ITERATIONS(Code) | | |
NUM_THREADS | final static int NUM_THREADS(Code) | | |
setUp | protected void setUp() throws Exception(Code) | | Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
|
suite | public static junit.framework.Test suite()(Code) | | Define the suite of tests that verify each function of the cache
|
tearDown | protected void tearDown() throws Exception(Code) | | Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
|
testStressDBObjects | public void testStressDBObjects()(Code) | | |
|
|