| |
|
| org.objectweb.speedo.j2eedo.TestJ2eedoApplication org.objectweb.speedo.j2eedo.TestJ2eedoJ2ee
TestJ2eedoJ2ee | public class TestJ2eedoJ2ee extends TestJ2eedoApplication (Code) | | This class defines junit application tests. The different actions are
performed throulaunch an HTTP request on a J2EE application server.
It's assume that the j2eedo application have been deployed on it.
author: fmillevi@yahoo.com See Also: TestJ2eedoApplication |
TestJ2eedoJ2ee | public TestJ2eedoJ2ee(String s)(Code) | | Empty constructor, call the TestJ2eedoApplication constructor and gets
the specific parameters for J2EE application test
Parameters: s - name of class |
displayTestParameters | protected void displayTestParameters()(Code) | | |
setUp | protected void setUp()(Code) | | |
testHTTPCallSessionContainerWithJdoTx | public void testHTTPCallSessionContainerWithJdoTx()(Code) | | This method calls action of the DatabaseImpl class throught an HTTP call
using an EJB session container. , the servlet gets the
persistence manager
See Also: org.objectweb.speedo.j2eedo.bo.DatabaseImpl |
testHTTPWithTransWithJdoTx | public void testHTTPWithTransWithJdoTx()(Code) | | This method calls action of the DatabaseImpl class throught an HTTP call
without any transaction is started, the servlet gets the
persistence manager
See Also: org.objectweb.speedo.j2eedo.bo.DatabaseImpl |
|
|
|