|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.ojb.odmg.RITest
Demo Application that shows basic concepts for Applications using the OJB ODMG implementation as an transactional object server.
Constructor Summary | |
RITest(java.lang.String name)
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
setUp()
Insert the method's description here. |
void |
tearDown()
Insert the method's description here. |
void |
testDelete()
|
void |
testInsertAfterDelete()
|
void |
testStoreFKinPK()
Test referential integrity with the ODMG-Layer, the foreign key is part of the primary key of the detail table in this case |
void |
testStoreFKnoPK()
Test referential integrity with the ODMG-Layer, the foreign key is not a part of the primary key of the detail. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RITest(java.lang.String name)
Method Detail |
public static void main(java.lang.String[] args)
public void setUp()
public void tearDown()
public void testStoreFKnoPK() throws java.lang.Exception
java.lang.Exception
public void testStoreFKinPK() throws java.lang.Exception
java.lang.Exception
public void testDelete() throws java.lang.Exception
java.lang.Exception
public void testInsertAfterDelete() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |