org.basex.test
Class DataUpdateTestBulk

java.lang.Object
  extended by org.basex.test.DataUpdateTestBulk

public final class DataUpdateTestBulk
extends java.lang.Object

This class tests the update features of the Data class.

Author:
Workgroup DBIS, University of Konstanz 2005-07, ISC License, Tim Petrowsky

Constructor Summary
DataUpdateTestBulk()
           
 
Method Summary
 void setUp()
          Create the database.
static void setUpBeforeClass()
          Delete the test-database.
 void tearDown()
          Delete the test-database.
 void testBulkInsertLarge()
          Test bulk insertion.
 void testBulkInsertSmall()
          Test bulk insertion.
 void testSize()
          Test for correct data size.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataUpdateTestBulk

public DataUpdateTestBulk()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Create the database.

Throws:
java.lang.Exception - in case of problems.

setUpBeforeClass

public static void setUpBeforeClass()
Delete the test-database.


tearDown

public void tearDown()
              throws java.lang.Exception
Delete the test-database.

Throws:
java.lang.Exception - in case of problems.

testBulkInsertLarge

public void testBulkInsertLarge()
Test bulk insertion.


testBulkInsertSmall

public void testBulkInsertSmall()
Test bulk insertion.


testSize

public void testSize()
              throws java.lang.Exception
Test for correct data size.

Throws:
java.lang.Exception - in case of problems.