org.exoplatform.jcr.benchmark.jcrapi.node.read
Class AbstractNodeTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.jcrapi.node.read.AbstractNodeTest
Direct Known Subclasses:
NodeGetIndexTest, NodeGetNodesByPatternTest, NodeGetNodesTest, NodeGetNodeTest, NodeGetPrimaryItemTest, NodeGetPropertiesByPatternTest, NodeGetPropertiesTest, NodeGetPropertyTest, NodeGetReferencesTest, NodeGetUUIDTest, NodeHasNodesTest, NodeHasNodeTest, NodeHasPropertiesTest, NodeHasPropertyTest

public abstract class AbstractNodeTest
extends JCRTestBase

Created by The eXo Platform SAS

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

Field Summary
protected  javax.jcr.Node node
           
protected  java.lang.String nodeName
           
protected  java.lang.String propertyName
           
protected  javax.jcr.Node root
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractNodeTest()
           
 
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

nodeName

protected java.lang.String nodeName

propertyName

protected java.lang.String propertyName

node

protected javax.jcr.Node node
Constructor Detail

AbstractNodeTest

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