org.basex.test.cs
Class CmdServerTest

java.lang.Object
  extended by org.basex.test.cs.CmdTest
      extended by org.basex.test.cs.CmdServerTest

public final class CmdServerTest
extends CmdTest

This class tests the database commands with the client/server architecture.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Constructor Summary
CmdServerTest()
           
 
Method Summary
static void start()
          Starts the server.
static void stop()
          Stops the server.
 
Methods inherited from class org.basex.test.cs.CmdTest
add, close, createColl, createDB, createFS, createIndex, createMAB, createUser, cs, delete, dropDB, dropIndex, dropUser, export, find, finish, grant, help, info, infoDB, infoIndex, infoTable, kill, list, open, optimize, password, run, set, setUp, xQuery
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdServerTest

public CmdServerTest()
Method Detail

start

public static void start()
Starts the server.


stop

public static void stop()
Stops the server.