org.basex.test.storage
Class DataUpdateTestAttributes
java.lang.Object
org.basex.test.storage.DataUpdateTest
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataUpdateTestAttributes
public DataUpdateTestAttributes()
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.