org.apache.jackrabbit.oak.performance
Class SimpleSearchTest

java.lang.Object
  extended by org.apache.jackrabbit.oak.performance.AbstractTest
      extended by org.apache.jackrabbit.oak.performance.SimpleSearchTest
Direct Known Subclasses:
SQL2SearchTest

public class SimpleSearchTest
extends AbstractTest


Constructor Summary
SimpleSearchTest()
           
 
Method Summary
 void afterSuite()
          Run after all iterations of this test have been executed.
 void beforeSuite()
          Run before any iterations of this test get executed.
protected  javax.jcr.query.Query createQuery(javax.jcr.query.QueryManager manager, int i)
           
 void runTest()
           
 
Methods inherited from class org.apache.jackrabbit.oak.performance.AbstractTest
addBackgroundJob, afterTest, beforeTest, execute, failOnRepositoryVersions, getCredentials, getRepository, getScale, loginReader, loginWriter, setUp, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleSearchTest

public SimpleSearchTest()
Method Detail

createQuery

protected javax.jcr.query.Query createQuery(javax.jcr.query.QueryManager manager,
                                            int i)
                                     throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

beforeSuite

public void beforeSuite()
                 throws javax.jcr.RepositoryException
Description copied from class: AbstractTest
Run before any iterations of this test get executed. Subclasses can override this method to set up static test content.

Overrides:
beforeSuite in class AbstractTest
Throws:
javax.jcr.RepositoryException

runTest

public void runTest()
             throws Exception
Specified by:
runTest in class AbstractTest
Throws:
Exception

afterSuite

public void afterSuite()
                throws javax.jcr.RepositoryException
Description copied from class: AbstractTest
Run after all iterations of this test have been executed. Subclasses can override this method to clean up static test content.

Overrides:
afterSuite in class AbstractTest
Throws:
javax.jcr.RepositoryException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.