org.exoplatform.jcr.benchmark.usecases.namespace
Class AbstractNamespaceTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.JCRTestBase
      extended by org.exoplatform.jcr.benchmark.usecases.namespace.AbstractNamespaceTest
Direct Known Subclasses:
AddNamespace, ChangeNamespace, DeleteNamespace

public abstract class AbstractNamespaceTest
extends JCRTestBase


Field Summary
protected  int iteration
           
protected  org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl namespaceRegistry
           
protected  java.util.List<java.lang.String> namespaces
           
protected  int runIterations
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.JCRTestBase
log
 
Constructor Summary
AbstractNamespaceTest()
           
 
Method Summary
 void doFinish(com.sun.japex.TestCase arg0, JCRTestContext arg1)
           
 void doPrepare(com.sun.japex.TestCase tc, JCRTestContext context)
           
protected  java.lang.String nextNamespace()
           
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

namespaceRegistry

protected org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl namespaceRegistry

namespaces

protected java.util.List<java.lang.String> namespaces

iteration

protected int iteration

runIterations

protected int runIterations
Constructor Detail

AbstractNamespaceTest

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

nextNamespace

protected java.lang.String nextNamespace()

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.