| org.objectweb.jonas.stests.util.JTestCase org.objectweb.jonas.stests.bank.A_bank
All known Subclasses: org.objectweb.jonas.stests.bank.A_bankWrite, org.objectweb.jonas.stests.bank.F_bankCRU, org.objectweb.jonas.stests.bank.F_bankCRUpf,
Method Summary | |
abstract public String | getManagerHomeName() | abstract public boolean | getPrefetch() | public void | ope(int action, int accmin, int accmax, int loops, int threads) | public void | ope(int action, int accmin, int accmax, int loops, int threads, int amount) | public void | ope(int action, int accmin, int accmax, int loops, int threads, int amount, boolean verify) generic operation. | protected void | setUp() | protected void | tearDown() | public void | testBasicRead() | public void | testBasicReadTx() | public void | testDeadlock() | public void | testLongRead() | public void | testLongReadTx() | public void | testMultiLongOneMove() | public void | testMultiLongOneMoveTx() | public void | testMultiLongRead() | public void | testMultiLongReadTx() | public void | testMultiOneMove() | public void | testMultiOneMoveTx() | public void | testMultiRead() | public void | testMultiReadTx() | public void | testMultiSameAccount() | public void | testMultiShortReadTx() | public void | testPrefetch() | public void | testSameAccount() | public void | testTh3OneMoveTx() | public void | testTh5OneMoveTx() | public void | testTh7OneMoveTx() |
OP_CREATE | final protected static int OP_CREATE(Code) | | |
OP_MOVE | final protected static int OP_MOVE(Code) | | |
OP_MOVETO | final protected static int OP_MOVETO(Code) | | |
OP_ONEMOVE | final protected static int OP_ONEMOVE(Code) | | |
OP_ONEMOVETX | final protected static int OP_ONEMOVETX(Code) | | |
OP_READ | final protected static int OP_READ(Code) | | |
OP_READTX | final protected static int OP_READTX(Code) | | |
OP_REMOVE | final protected static int OP_REMOVE(Code) | | |
accountNb | final static int accountNb(Code) | | |
initialValue | final static int initialValue(Code) | | |
threadfail | public static boolean threadfail(Code) | | |
getManagerHomeName | abstract public String getManagerHomeName()(Code) | | |
getPrefetch | abstract public boolean getPrefetch()(Code) | | |
ope | public void ope(int action, int accmin, int accmax, int loops, int threads) throws Exception(Code) | | |
ope | public void ope(int action, int accmin, int accmax, int loops, int threads, int amount) throws Exception(Code) | | |
ope | public void ope(int action, int accmin, int accmax, int loops, int threads, int amount, boolean verify) throws Exception(Code) | | generic operation.
Parameters: accmin - min range for account nb Parameters: accmax - max range for account nb Parameters: loops - nb of loop in each thread Parameters: threads - nb of threads running the same operations |
testMultiLongOneMove | public void testMultiLongOneMove() throws Exception(Code) | | This test is also used for perf measures
=> DO NOT CHANGE ARG VALUES
|
testMultiLongOneMoveTx | public void testMultiLongOneMoveTx() throws Exception(Code) | | This test is also used for perf measures
=> DO NOT CHANGE ARG VALUES
|
testMultiLongRead | public void testMultiLongRead() throws Exception(Code) | | This test is also used for perf measures
=> DO NOT CHANGE ARG VALUES
|
testMultiLongReadTx | public void testMultiLongReadTx() throws Exception(Code) | | This test is also used for perf measures
=> DO NOT CHANGE ARG VALUES
|
testMultiSameAccount | public void testMultiSameAccount() throws Exception(Code) | | |
testMultiShortReadTx | public void testMultiShortReadTx() throws Exception(Code) | | |
|
|