org.basex.test.storage
Class UpdateTest

java.lang.Object
  extended by org.basex.test.storage.UpdateTest
Direct Known Subclasses:
UpdateTestAttributes, UpdateTestDeletes, UpdateTestTags, UpdateTestText

public abstract class UpdateTest
extends Object

This class tests the update features of the Data class.

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

Constructor Summary
UpdateTest()
           
 
Method Summary
static void finish()
          Closes the test database.
 void setUp()
          Creates the database.
static void setUpBeforeClass()
          Initializes the test class.
 void tearDown()
          Deletes the test database.
 void testSize()
          Tests for correct data size.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateTest

public UpdateTest()
Method Detail

setUpBeforeClass

public static final void setUpBeforeClass()
Initializes the test class.


finish

public static void finish()
Closes the test database.


setUp

public void setUp()
Creates the database.


tearDown

public void tearDown()
Deletes the test database.


testSize

public void testSize()
Tests for correct data size.