org.basex.test.cs
Class PoolTest

java.lang.Object
  extended by org.basex.test.cs.PoolTest

public final class PoolTest
extends Object

This class tests transaction and locking cases.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Andreas Weiler

Constructor Summary
PoolTest()
           
 
Method Summary
 void closeAndOpen()
          Close and Open Tests.
 void createAndDrop()
          Create and Drop Tests.
static void start()
          Starts the server.
static void stop()
          Stops the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolTest

public PoolTest()
Method Detail

start

public static void start()
Starts the server.


createAndDrop

public void createAndDrop()
Create and Drop Tests.


closeAndOpen

public void closeAndOpen()
Close and Open Tests.


stop

public static void stop()
Stops the server.