org.basex.test.storage
Class DataUpdateTestText

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

public final class DataUpdateTestText
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
DataUpdateTestText()
           
 
Method Summary
 void foo()
          Don't remove.
 void testInsertTextAfterAttsAsFirst()
          Test insert as last child.
 void testInsertTextAfterAttsAsLast()
          Test insert as last child.
 void testInsertTextAfterAttsAsSecond()
          Test insert as last child.
 void testInsertTextAfterTextAsLast()
          Test insert text before text.
 void testInsertTextAfterTextAsSecond()
          Test insert text before text.
 void testInsertTextAsOnly1()
          Test insert as last child.
 void testInsertTextAsOnly2()
          Test insert as last child.
 void testInsertTextAsOnly3()
          Test insert as last child.
 void testInsertTextBeforeText()
          Test insert text before text.
 void testUpdateText()
          Test updateText.
 
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

DataUpdateTestText

public DataUpdateTestText()
Method Detail

testInsertTextAsOnly1

public void testInsertTextAsOnly1()
                           throws java.lang.Exception
Test insert as last child.

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

testInsertTextAsOnly2

public void testInsertTextAsOnly2()
                           throws java.lang.Exception
Test insert as last child.

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

testInsertTextAsOnly3

public void testInsertTextAsOnly3()
                           throws java.lang.Exception
Test insert as last child.

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

testInsertTextAfterAttsAsFirst

public void testInsertTextAfterAttsAsFirst()
                                    throws java.lang.Exception
Test insert as last child.

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

testInsertTextAfterAttsAsSecond

public void testInsertTextAfterAttsAsSecond()
                                     throws java.lang.Exception
Test insert as last child.

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

testInsertTextAfterAttsAsLast

public void testInsertTextAfterAttsAsLast()
                                   throws java.lang.Exception
Test insert as last child.

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

testInsertTextBeforeText

public void testInsertTextBeforeText()
                              throws java.lang.Exception
Test insert text before text.

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

testInsertTextAfterTextAsSecond

public void testInsertTextAfterTextAsSecond()
                                     throws java.lang.Exception
Test insert text before text.

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

testInsertTextAfterTextAsLast

public void testInsertTextAfterTextAsLast()
                                   throws java.lang.Exception
Test insert text before text.

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

testUpdateText

public void testUpdateText()
                    throws java.lang.Exception
Test updateText.

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

foo

public void foo()
Don't remove.