org.exist.xmldb.test
Class ShutdownTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xmldb.test.ShutdownTest

public class ShutdownTest
extends TestCase

Check if database shutdown/restart works properly. The test opens the database, stores a few files and queries them, then shuts down the db.

Author:
wolf
See Also:
Serialized Form

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

Field Detail

XML

protected static final java.lang.String XML
See Also:
Constant Field Values
Constructor Detail

ShutdownTest

public ShutdownTest(java.lang.String name)
Method Detail

testShutdown

public void testShutdown()

setUp

protected void setUp()

tearDown

protected void tearDown()

main

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


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