|
|||||||||
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.ManyToManyTest
Field Summary | |
(package private) Database |
m_db
|
(package private) Implementation |
m_odmg
|
Constructor Summary | |
ManyToManyTest(java.lang.String name)
Insert the method's description here. |
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 |
testMtoNPolymorphDelete()
main object gourment has list of food objects, this test check if we delete one food object from the list and lock the main object, do get an updated list |
void |
testMtoNPolymorphUpdate()
main object gourment has list of food objects, this test check if we add one food object to the list and lock the main object, do get an updated list |
void |
testMtoNSeparate_I()
|
void |
testMtoNSeparate_II()
|
void |
testMtoNTogether()
|
void |
testPolymorphMToN()
this tests if polymorph collections (i.e. |
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 |
Field Detail |
Database m_db
Implementation m_odmg
Constructor Detail |
public ManyToManyTest(java.lang.String name)
Method Detail |
public static void main(java.lang.String[] args)
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testPolymorphMToN() throws java.lang.Exception
java.lang.Exception
public void testMtoNSeparate_I() throws java.lang.Exception
java.lang.Exception
public void testMtoNSeparate_II() throws java.lang.Exception
java.lang.Exception
public void testMtoNTogether() throws java.lang.Exception
java.lang.Exception
public void testMtoNPolymorphUpdate() throws java.lang.Exception
java.lang.Exception
public void testMtoNPolymorphDelete() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |