org.exoplatform.jcr.benchmark.usecases
Class AbstractMoveUsecaseTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.usecases.AbstractMoveUsecaseTest
Direct Known Subclasses:
MoveToDiffLocationsTest, MoveToSameLocationTest

public abstract class AbstractMoveUsecaseTest
extends JCRTestBase

Created by The eXo Platform SAS.
Date: 11.09.2008

Version:
$Id: AbstractMoveUsecaseTest.java 36429 2009-08-31 09:30:48Z NZamosenchuk $
Author:
Peter Nedonosko

Field Summary
protected static org.exoplatform.services.log.Log LOG
           
protected  javax.jcr.Node rootNode
           
protected static int START_YEAR
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractMoveUsecaseTest()
           
 
Method Summary
 void doFinish(com.sun.japex.TestCase tc, JCRTestContext context)
           
 void doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  javax.jcr.Node nextNode()
           
 
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

START_YEAR

protected static final int START_YEAR
See Also:
Constant Field Values

LOG

protected static org.exoplatform.services.log.Log LOG

rootNode

protected javax.jcr.Node rootNode
Constructor Detail

AbstractMoveUsecaseTest

public AbstractMoveUsecaseTest()
Method Detail

nextNode

protected javax.jcr.Node nextNode()
                           throws javax.jcr.PathNotFoundException,
                                  javax.jcr.RepositoryException
Throws:
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException

doPrepare

public void doPrepare(com.sun.japex.TestCase tc,
                      JCRTestContext context)
               throws java.lang.Exception
Overrides:
doPrepare in class JCRTestBase
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.