| org.axiondb.AbstractDbdirTest
All known Subclasses: org.axiondb.util.TestIntBTree, org.axiondb.ext.indexes.ttree.AbstractTestTTree, org.axiondb.engine.commands.TestAxionQueryPlanner, org.axiondb.engine.tables.TestTableView, org.axiondb.AbstractIndexTest, org.axiondb.engine.tables.AbstractTableTest, org.axiondb.ext.indexes.ttree.AbstractTestTTreeInt, org.axiondb.util.TestObjectBTree, org.axiondb.AbstractDatabaseTest, org.axiondb.tools.TestConsole, org.axiondb.TestFunctional,
AbstractDbdirTest | abstract public class AbstractDbdirTest extends TestCase (Code) | | Utility test environment for tests that require a temporary
database directory
version: $Revision: 1.4 $ $Date: 2005/04/07 00:31:52 $ author: Chuck Burdick |
AbstractDbdirTest | public AbstractDbdirTest(String testName)(Code) | | |
tearDown | public void tearDown() throws Exception(Code) | | Subclasses should call this so that they clean up the mess they
made
|
testDbdir | public void testDbdir()(Code) | | |
|
|