org.exoplatform.jcr.benchmark.jcrapi.version
Class AbstractGetVersionTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.jcrapi.version.AbstractGetVersionTest
Direct Known Subclasses:
VersionGetContainingHistoryTest, VersionGetPredecessorsTest, VersionGetSuccessorsTest, VersionHistoryGetVersionByLabelTest, VersionHistoryGetVersionTest, VersionHistoryHasVersionLabelTest, VersionHistoryHasVersionVersionLabelTest

public abstract class AbstractGetVersionTest
extends JCRTestBase

Created by The eXo Platform SAS

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

Field Summary
protected  javax.jcr.Node root
           
protected  javax.jcr.version.Version version
           
protected  javax.jcr.version.VersionHistory vhistory
           
protected  javax.jcr.Node vnode
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractGetVersionTest()
           
 
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

vnode

protected javax.jcr.Node vnode

vhistory

protected javax.jcr.version.VersionHistory vhistory

version

protected javax.jcr.version.Version version
Constructor Detail

AbstractGetVersionTest

public AbstractGetVersionTest()
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.