org.exist.storage.test
Class LowLevelText

java.lang.Object
  extended byTestCase
      extended byorg.exist.storage.test.LowLevelText

public class LowLevelText
extends TestCase

Currently, tests for the XQueryPool with the StringSource. $Id: LowLevelText.java,v 1.1 2006/03/08 08:24:40 jmvanel Exp $

See Also:
Serialized Form

Constructor Summary
LowLevelText()
           
 
Method Summary
 void bugtestBorrowCompiledXQuery2()
           
 void bugtestBorrowCompiledXQuery3()
           
 void bugtestBorrowCompiledXQueryNewStringSource2()
          test with a new StringSource object having same content
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testBorrowCompiledXQuery1()
          Test method for 'org.exist.storage.XQueryPool.borrowCompiledXQuery(DBBroker, Source)'
 void testBorrowCompiledXQueryNewStringSource()
          test with a new StringSource object having same content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowLevelText

public LowLevelText()
Method Detail

main

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

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testBorrowCompiledXQuery1

public void testBorrowCompiledXQuery1()
Test method for 'org.exist.storage.XQueryPool.borrowCompiledXQuery(DBBroker, Source)'


bugtestBorrowCompiledXQuery2

public void bugtestBorrowCompiledXQuery2()

bugtestBorrowCompiledXQuery3

public void bugtestBorrowCompiledXQuery3()

testBorrowCompiledXQueryNewStringSource

public void testBorrowCompiledXQueryNewStringSource()
test with a new StringSource object having same content


bugtestBorrowCompiledXQueryNewStringSource2

public void bugtestBorrowCompiledXQueryNewStringSource2()
test with a new StringSource object having same content



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