org.exoplatform.jcr.benchmark.usecases.nodetype
Class AbstractNodeTypeTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.usecases.nodetype.AbstractNodeTypeTest
Direct Known Subclasses:
ChangeExistedNodeDefinition, ChangeExistedPropertyDefinition, CreateNodeType, DeleteExistedNodeDefinition, DeleteExistedPropertyDefinition, UnregisterNodeType, UpdateExistedNodeDefinition, UpdateExistedNodeTypeValue, UpdateExistedPropertyDefinition, UpdateExistedSuperTypeDefinition

public abstract class AbstractNodeTypeTest
extends JCRTestBase


Field Summary
protected  org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager extNodeTypeManager
           
protected  int iteration
           
protected  java.util.List<org.exoplatform.services.jcr.core.nodetype.NodeTypeValue> nodeTypes
           
protected  int runIterations
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractNodeTypeTest()
           
 
Method Summary
 void doFinish(com.sun.japex.TestCase arg0, JCRTestContext arg1)
           
 void doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  org.exoplatform.services.jcr.core.nodetype.NodeTypeValue nextNodeTypeValue()
           
abstract  void prepare(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

extNodeTypeManager

protected org.exoplatform.services.jcr.core.nodetype.ExtendedNodeTypeManager extNodeTypeManager

nodeTypes

protected java.util.List<org.exoplatform.services.jcr.core.nodetype.NodeTypeValue> nodeTypes

iteration

protected int iteration

runIterations

protected int runIterations
Constructor Detail

AbstractNodeTypeTest

public AbstractNodeTypeTest()
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

nextNodeTypeValue

protected org.exoplatform.services.jcr.core.nodetype.NodeTypeValue nextNodeTypeValue()

doFinish

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

prepare

public abstract void prepare(com.sun.japex.TestCase tc,
                             JCRTestContext context)
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.