|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--de.oio.bugkilla.management.test.TestPersistenceManager
| Constructor Summary | |
TestPersistenceManager(java.lang.String arg)
Constructor for PersistenceManager. |
|
| Method Summary | |
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testInstanceRootPath()
this test assures that the standard initialization process produces an instance of PersistenceManager with properly set StandardRootPath to the TestSpecData directory in the resource-directory rsc of the distribution. |
void |
testInstanceSeriesPath()
this test assures that the standard initialization process produces an instance of PersistenceManager with properly set SeriesPath: 1. the standard relative pathes 2. absolute path in the testManagment.properties 2. the relative path from the TestSpecData directory in the resource-directory rsc of the distribution. 4. the standard errorpath if nothing is given |
void |
testResourcePath()
this test assures that the standardrootpath of PersistenceManager is located as parent of the ErrorSpecs-directory in the standard case. |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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 TestPersistenceManager(java.lang.String arg)
arg - the argument String for the TestCase constructor| Method Detail |
public void testResourcePath()
public void testInstanceRootPath()
public void testInstanceSeriesPath()
protected void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.ExceptionTestCase.setUp()
protected void tearDown()
throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.ExceptionTestCase.tearDown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||