org.basex.test.storage
Class UpdateTestAttributes

java.lang.Object
  extended by org.basex.test.storage.UpdateTest
      extended by org.basex.test.storage.UpdateTestAttributes

public final class UpdateTestAttributes
extends UpdateTest

This class tests the update features of the Data class.

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

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

Constructor Detail

UpdateTestAttributes

public UpdateTestAttributes()
Method Detail

testUpdateAttribute

public void testUpdateAttribute()
Tests the update of an existing attribute.


testUpdateAttribute2

public void testUpdateAttribute2()
Tests the update of an existing attribute.


testAddAttribute

public void testAddAttribute()
Tests the insertion of a new attribute.