org.exoplatform.jcr.benchmark.jcrapi.query
Class AbstractQueryTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.jcrapi.query.AbstractQueryTest
Direct Known Subclasses:
QueryExecuteTest, QueryManagerCreateQueryTest, QueryManagerGetQueryTest, QueryResultGetNodesTest, QueryResultGetRowsTest, QueryStoreAsNodeTest

public abstract class AbstractQueryTest
extends JCRTestBase

Created by The eXo Platform SAS

Version:
$Id: AbstractQueryTest.java 35176 2009-08-07 13:54:59Z pnedonosko $
Author:
Peter Nedonosko

Field Summary
protected  javax.jcr.Node node
           
protected  javax.jcr.query.QueryManager queryManager
           
protected  javax.jcr.Node root
           
protected  java.lang.String SQL_QUERY_STATEMENT
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractQueryTest()
           
 
Method Summary
 void doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
 
Methods inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
doRun
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected javax.jcr.Node root

node

protected javax.jcr.Node node

queryManager

protected javax.jcr.query.QueryManager queryManager

SQL_QUERY_STATEMENT

protected final java.lang.String SQL_QUERY_STATEMENT
See Also:
Constant Field Values
Constructor Detail

AbstractQueryTest

public AbstractQueryTest()
Method Detail

doFinish

public void doFinish(com.sun.japex.TestCase tc,
                     JCRTestContext context)
              throws java.lang.Exception
Overrides:
doFinish in class JCRTestBase
Throws:
java.lang.Exception

doPrepare

public void doPrepare(com.sun.japex.TestCase tc,
                      JCRTestContext context)
               throws java.lang.Exception
Overrides:
doPrepare in class JCRTestBase
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.