org.exist.storage.test
Class BTreeRecoverTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.storage.test.BTreeRecoverTest

public class BTreeRecoverTest
extends TestCase

Tests transaction management and basic recovery for the BTree base class.

Author:
wolf
See Also:
Serialized Form

Constructor Summary
BTreeRecoverTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAdd()
           
 void testGet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTreeRecoverTest

public BTreeRecoverTest()
Method Detail

main

public static void main(java.lang.String[] args)

testAdd

public void testAdd()

testGet

public void testGet()

setUp

protected void setUp()

tearDown

protected void tearDown()


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.