org.exoplatform.jcr.benchmark.jcrapi
Class AbstractItemsTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.jcrapi.AbstractItemsTest
Direct Known Subclasses:
AbstractGetItemNameTest, AbstractGetItemTest, AbstractGetObjectTest

public abstract class AbstractItemsTest
extends JCRTestBase

Created by The eXo Platform SAS

Version:
$Id: AbstractItemsTest.java 35244 2009-08-10 07:51:04Z NZamosenchuk $
Author:
Peter Nedonosko

Field Summary
protected  javax.jcr.Node rootNode
           
protected  java.lang.String rootNodeName
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractItemsTest()
           
 
Method Summary
protected abstract  void createContent(javax.jcr.Node parent, com.sun.japex.TestCase tc, JCRTestContext context)
           
 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

rootNode

protected javax.jcr.Node rootNode

rootNodeName

protected java.lang.String rootNodeName
Constructor Detail

AbstractItemsTest

public AbstractItemsTest()
Method Detail

doPrepare

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

createContent

protected abstract void createContent(javax.jcr.Node parent,
                                      com.sun.japex.TestCase tc,
                                      JCRTestContext context)
                               throws java.lang.Exception
Throws:
java.lang.Exception

doFinish

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.