org.exist.xquery.test
Class DocumentUpdateTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xquery.test.DocumentUpdateTest

public class DocumentUpdateTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
DocumentUpdateTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testUpdate()
          Test if the doc, collection and document functions are correctly notified upon document updates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentUpdateTest

public DocumentUpdateTest()
Method Detail

testUpdate

public void testUpdate()
Test if the doc, collection and document functions are correctly notified upon document updates. Call a function once on the empty collection, then call it again after a document was added, and compare the results.


setUp

protected void setUp()

tearDown

protected void tearDown()

main

public static void main(java.lang.String[] args)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.