org.basex.test.storage
Class UpdateTestText

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

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

UpdateTestText

public UpdateTestText()
Method Detail

testInsertTextAsOnly1

public void testInsertTextAsOnly1()
                           throws IOException
Tests insert as last child.

Throws:
IOException - I/O exception

testInsertTextAsOnly2

public void testInsertTextAsOnly2()
                           throws IOException
Tests insert as last child.

Throws:
IOException - I/O exception

testInsertTextAsOnly3

public void testInsertTextAsOnly3()
                           throws IOException
Tests insert as last child.

Throws:
IOException - I/O exception

testInsertTextAfterAttsAsFirst

public void testInsertTextAfterAttsAsFirst()
                                    throws IOException
Tests insert as last child.

Throws:
IOException - I/O exception

testInsertTextAfterAttsAsSecond

public void testInsertTextAfterAttsAsSecond()
                                     throws IOException
Tests insert as last child.

Throws:
IOException - I/O exception

testInsertTextAfterAttsAsLast

public void testInsertTextAfterAttsAsLast()
                                   throws IOException
Tests insert as last child.

Throws:
IOException - I/O exception

testInsertTextBeforeText

public void testInsertTextBeforeText()
                              throws IOException
Tests insert text before text.

Throws:
IOException - I/O exception

testInsertTextAfterTextAsSecond

public void testInsertTextAfterTextAsSecond()
                                     throws IOException
Tests insert text before text.

Throws:
IOException - I/O exception

testInsertTextAfterTextAsLast

public void testInsertTextAfterTextAsLast()
                                   throws IOException
Tests insert text before text.

Throws:
IOException - I/O exception

testUpdateText

public void testUpdateText()
Tests updateText.


foo

public void foo()
Don't remove.