| |
|
| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.j2eedo.TestJ2eedoApplication
All known Subclasses: org.objectweb.speedo.j2eedo.TestJ2eedoJ2ee,
TestJ2eedoApplication | public class TestJ2eedoApplication extends SpeedoTestHelper (Code) | | This class implements Junit test case. All the defined tests are launched in
a standalone mode (it means test performing without an J2EE deployement)
author: fmillevi@yahoo.com |
Inner Class :public class GenerateListOfActionToBeDone | |
JEEDO_LOG_NAME | final public static String JEEDO_LOG_NAME(Code) | | define the application prefix parameters JEEDO_LOG_NAME
|
nbOfRead | protected int nbOfRead(Code) | | |
nbOfWrite | protected int nbOfWrite(Code) | | |
nbThread | protected int nbThread(Code) | | |
simpleTestOnly | protected boolean simpleTestOnly(Code) | | |
timeout | protected long timeout(Code) | | |
_testIncreaseDatabaseSize | public void _testIncreaseDatabaseSize()(Code) | | This method calls none deleting action of the DatabaseImpl class.
|
_testReadOnly | public void _testReadOnly()(Code) | | This method calls none writing action of the DatabaseImpl class.
|
displayTestParameters | protected void displayTestParameters()(Code) | | this method logs the current test method called and the differents
parameters values.
|
perform | protected void perform()(Code) | | |
setUp | protected void setUp()(Code) | | Sets up the test fixture. (Called before every test case method.) This
method
- registers each action,
- Set the default action list method
- Initializes the database content.
See Also: org.objectweb.speedo.j2eedo.bo.DatabaseImpl |
tearDown | protected void tearDown()(Code) | | Tears down the test fixture. (Called after every test case method.)
|
testSimple | public void testSimple()(Code) | | This method calls action of the DatabaseImpl class according the default
parameters :
- Default action list set by the setup method
- Test through J2EE calls
|
|
|
|