org.basex.test.cs
Class CmdTest

java.lang.Object
  extended by org.basex.test.cs.CmdTest
Direct Known Subclasses:
CmdServerTest

public class CmdTest
extends Object

This class tests the database commands.

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

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

Constructor Detail

CmdTest

public CmdTest()
Method Detail

start

public static void start()
Starts the server.


finish

public static void finish()
Removes test databases and closes the database context.


setUp

public final void setUp()
Creates the database.


add

public final void add()
Command Test.


close

public final void close()
Command test.


createColl

public final void createColl()
Command Test.


createDB

public final void createDB()
Command Test.


createFS

public final void createFS()
Command Test.


createIndex

public final void createIndex()
Command Test.


createMAB

public final void createMAB()
Command Test.


createUser

public final void createUser()
Command Test.


cs

public final void cs()
Command Test.


delete

public final void delete()
Command Test.


dropDB

public final void dropDB()
Command Test.


dropIndex

public final void dropIndex()
Command Test.


dropUser

public final void dropUser()
Command Test.


export

public final void export()
Command Test.


find

public final void find()
Command Test.


grant

public final void grant()
Command Test.


help

public final void help()
Command Test.


info

public final void info()
Command Test.


infoDB

public final void infoDB()
Command Test.


infoIndex

public final void infoIndex()
Command Test.


infoTable

public final void infoTable()
Command Test.


kill

public final void kill()
Command Test.


list

public final void list()
Command Test.


open

public final void open()
Command Test.


optimize

public final void optimize()
Command Test.


password

public final void password()
Command Test.


run

public final void run()
Command Test.


set

public final void set()
Command Test.


xQuery

public final void xQuery()
Command Test.