| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.entity.A_Cmp2Util
All known Subclasses: org.objectweb.jonas.jtests.clients.entity.A_omb, org.objectweb.jonas.jtests.clients.entity.F_Relation_s2pkcompEC2, org.objectweb.jonas.jtests.clients.entity.G_Relation_omuEC2, org.objectweb.jonas.jtests.clients.entity.G_Relation_oobEC2, org.objectweb.jonas.jtests.clients.entity.F_PkAutoEC, org.objectweb.jonas.jtests.clients.entity.F_EjbqlEC2, org.objectweb.jonas.jtests.clients.entity.G_Relation_mnbEC2, org.objectweb.jonas.jtests.clients.entity.F_Relation_pkcompEC2, org.objectweb.jonas.jtests.clients.entity.A_mnu, org.objectweb.jonas.jtests.clients.entity.A_oou, org.objectweb.jonas.jtests.clients.entity.G_Relation_ombEC2, org.objectweb.jonas.jtests.clients.entity.G_Relation_mouEC2, org.objectweb.jonas.jtests.clients.entity.F_Relation_s1pkcompEC2, org.objectweb.jonas.jtests.clients.entity.F_Relation_s3pkcompEC2, org.objectweb.jonas.jtests.clients.entity.A_mou, org.objectweb.jonas.jtests.clients.entity.A_oob, org.objectweb.jonas.jtests.clients.entity.A_omu, org.objectweb.jonas.jtests.clients.entity.A_mnb, org.objectweb.jonas.jtests.clients.entity.F_PkAutoEC2, org.objectweb.jonas.jtests.clients.entity.G_Relation_oouEC2, org.objectweb.jonas.jtests.clients.entity.G_Relation_mnuEC2,
A_Cmp2Util | abstract public class A_Cmp2Util extends JTestCase (Code) | | This class is used by all tests about relation ships in Entity CMP v2.
author: Helene Joanin |
TX_CALL | final static int TX_CALL(Code) | | |
TX_CONT | final static int TX_CONT(Code) | | |
TX_NO | final static int TX_NO(Code) | | |
TX_RB | final static int TX_RB(Code) | | |
checkIsInitialState | void checkIsInitialState() throws Exception(Code) | | Check that the initial state on database is OK
after running a test.
|
getIntAfterDash | public static int getIntAfterDash(String s)(Code) | | Return the int which corresponds to the substring after the '-' of the given string.
Ie, return 19 if the given string is "fred-19".
|
getStringBeforeDash | public static String getStringBeforeDash(String s)(Code) | | Return the substring before the '-' of the given string.
Ie, return "fred" if the given string is "fred-xxxx".
|
setUp | protected void setUp()(Code) | | |
|
|