org.basex.test.storage
Class DataUpdateTestAttributes

java.lang.Object
  extended by org.basex.test.storage.DataUpdateTest
      extended by org.basex.test.storage.DataUpdateTestAttributes

public final class DataUpdateTestAttributes
extends DataUpdateTest

This class tests the update features of the Data class.

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

Constructor Summary
DataUpdateTestAttributes()
           
 
Method Summary
 void testAddAttribute()
          Test the insertion of a new attribute.
 void testUpdateAttribute()
          Test the update of an existing attribute.
 void testUpdateAttribute2()
          Test the update of an existing attribute.
 
Methods inherited from class org.basex.test.storage.DataUpdateTest
setUp, setUpBeforeClass, tearDown, testSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataUpdateTestAttributes

public DataUpdateTestAttributes()
Method Detail

testUpdateAttribute

public void testUpdateAttribute()
                         throws java.lang.Exception
Test the update of an existing attribute.

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

testUpdateAttribute2

public void testUpdateAttribute2()
                          throws java.lang.Exception
Test the update of an existing attribute.

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

testAddAttribute

public void testAddAttribute()
                      throws java.lang.Exception
Test the insertion of a new attribute.

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