org.exoplatform.jcr.benchmark.jcrapi.webdav
Class AbstractWebdavPropertyTest

java.lang.Object
  extended by org.exoplatform.jcr.benchmark.jcrapi.webdav.AbstractWebdavTest
      extended by org.exoplatform.jcr.benchmark.jcrapi.webdav.AbstractWebdavPropertyTest
Direct Known Subclasses:
WebdavCreatePropertyTest, WebdavRemovePropertyTest, WebdavSetPropertyTest

public abstract class AbstractWebdavPropertyTest
extends AbstractWebdavTest

Version:
$Id$
Author:
Dmytro Katayev

Field Summary
protected  java.lang.String property
           
 
Fields inherited from class org.exoplatform.jcr.benchmark.jcrapi.webdav.AbstractWebdavTest
item, rootNodeName
 
Constructor Summary
AbstractWebdavPropertyTest()
           
 
Method Summary
protected  void createContent(java.lang.String parentNodeName, com.sun.japex.TestCase tc, WebdavTestContext context)
          Create content to test.
abstract  void doRun(com.sun.japex.TestCase tc, WebdavTestContext context)
          
 
Methods inherited from class org.exoplatform.jcr.benchmark.jcrapi.webdav.AbstractWebdavTest
addNode, doFinish, doPrepare, nextNodePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected java.lang.String property
Constructor Detail

AbstractWebdavPropertyTest

public AbstractWebdavPropertyTest()
Method Detail

createContent

protected void createContent(java.lang.String parentNodeName,
                             com.sun.japex.TestCase tc,
                             WebdavTestContext context)
                      throws java.lang.Exception
Create content to test.

Specified by:
createContent in class AbstractWebdavTest
Throws:
java.lang.Exception

doRun

public abstract void doRun(com.sun.japex.TestCase tc,
                           WebdavTestContext context)
                    throws java.lang.Exception

Specified by:
doRun in class AbstractWebdavTest
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.