org.basex.test.storage
Class DataUpdateTest

java.lang.Object
  extended by org.basex.test.storage.DataUpdateTest
Direct Known Subclasses:
DataUpdateTestAttributes, DataUpdateTestBulk, DataUpdateTestDeletes, DataUpdateTestTags, DataUpdateTestText

public abstract class DataUpdateTest
extends java.lang.Object

This class tests the update features of the Data class.

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

Constructor Summary
DataUpdateTest()
           
 
Method Summary
 void setUp()
          Create the database.
static void setUpBeforeClass()
          Delete the test-database.
 void tearDown()
          Delete the test-database.
 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

DataUpdateTest

public DataUpdateTest()
Method Detail

setUpBeforeClass

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


setUp

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

Throws:
java.lang.Exception - exception

tearDown

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

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

testSize

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

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