|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.test.UnitTestBaseImpl
|
+--com.objectwave.persist.bcel.examples.ExtensiveTest
Exercise many aspects of the transparent persistence solution.
| Field Summary |
| Fields inherited from class com.objectwave.test.UnitTestBaseImpl |
testContext |
| Constructor Summary | |
ExtensiveTest()
|
|
| Method Summary | |
protected void |
buildDatabase(HypersonicBroker broker)
|
protected void |
dropDatabase(HypersonicBroker broker)
|
static void |
main(java.lang.String[] args)
The main program for the ExtensiveTest class |
void |
setUp(java.lang.String str,
TestContext context)
The JUnit setup method |
protected Employee |
setupSmallCompany()
Popuplate the database with a small company. |
void |
tearDown(TestContext context)
The teardown method for JUnit |
Employee |
testCollectionProxy()
A unit test for JUnit |
void |
testNativeArray()
|
| Methods inherited from class com.objectwave.test.UnitTestBaseImpl |
createTest, removeFile, writeFile, writeFileResource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExtensiveTest()
| Method Detail |
public void setUp(java.lang.String str,
TestContext context)
throws java.lang.Exception
setUp in interface UnitTestsetUp in class UnitTestBaseImplstr - The new Up valuecontext - The new Up value
java.lang.Exceptionpublic void tearDown(TestContext context)
tearDown in interface UnitTesttearDown in class UnitTestBaseImplcontext -
protected void dropDatabase(HypersonicBroker broker)
throws java.lang.Exception
broker -
java.lang.Exception
protected void buildDatabase(HypersonicBroker broker)
throws java.lang.Exception
broker -
java.lang.Exception
protected Employee setupSmallCompany()
throws java.lang.Exception
java.lang.Exception
public Employee testCollectionProxy()
throws java.lang.Exception
java.lang.Exception
public void testNativeArray()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
args - The command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||