| org.objectweb.jonas.stests.util.JTestCase
All known Subclasses: org.objectweb.jonas.stests.manac.C_manac, org.objectweb.jonas.stests.bank.A_bank, org.objectweb.jonas.stests.manyops.C_manyops, org.objectweb.jonas.stests.manyops.A_manyops, org.objectweb.jonas.stests.manac.A_remove, org.objectweb.jonas.stests.appli.F_appli, org.objectweb.jonas.stests.bank.C_bank, org.objectweb.jonas.stests.manac.A_manac, org.objectweb.jonas.stests.suite.C_suite, org.objectweb.jonas.stests.manac.A_read,
JTestCase | abstract public class JTestCase extends TestCase (Code) | | JTestCase extends TestCase to provide a set of standard routines
used in jonas tests.
|
Method Summary | |
public static void | debug(String msg) for debugging : Uncomment the line. | protected void | setUp() common setUp routine, used for every test. | public void | sleep(int msec) sleep n millisec. | public static void | stopTxAt(int tt) Set the Default Transaction Timeout value on the server. | public void | testEmpty() | public void | useBeans(String filename) |
utx | public static UserTransaction utx(Code) | | |
debug | public static void debug(String msg)(Code) | | for debugging : Uncomment the line.
|
setUp | protected void setUp() throws Exception(Code) | | common setUp routine, used for every test.
|
sleep | public void sleep(int msec)(Code) | | sleep n millisec.
|
stopTxAt | public static void stopTxAt(int tt)(Code) | | Set the Default Transaction Timeout value on the server.
Parameters: tt - timeout in seconds |
useBeans | public void useBeans(String filename)(Code) | | load a bean jar file in the jonas server
|
|
|