| org.apache.ojb.junit.OJBTestCase org.apache.ojb.odmg.MultiDBUsageTest
MultiDBUsageTest | public class MultiDBUsageTest extends OJBTestCase (Code) | | Do some rollback tests and check behavior within transactions.
CAUTION: This tests works only against the default repository.
|
testStore | public void testStore() throws Exception(Code) | | Test store / delete objects to different db
|
Methods inherited from org.apache.ojb.junit.OJBTestCase | public void ojbChangeReferenceSetting(Class clazz, String referenceField, boolean autoRetrieve, int autoUpdate, int autoDelete, boolean useProxy)(Code)(Java Doc) public void ojbChangeReferenceSetting(Class clazz, String referenceField, boolean autoRetrieve, boolean autoUpdate, boolean autoDelete, boolean useProxy)(Code)(Java Doc) public boolean ojbSkipKnownIssueProblem()(Code)(Java Doc) public boolean ojbSkipKnownIssueProblem(String message)(Code)(Java Doc) public void ojbSkipTestMessage(String message)(Code)(Java Doc) public void ojbSleep()(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc)
|
|
|