org.exoplatform.jcr.benchmark
Class WebdavDriver

java.lang.Object
  extended by com.sun.japex.JapexDriverBase
      extended by org.exoplatform.jcr.benchmark.WebdavDriver
All Implemented Interfaces:
com.sun.japex.JapexDriver, com.sun.japex.Params, java.util.concurrent.Callable<java.lang.Object>

public class WebdavDriver
extends com.sun.japex.JapexDriverBase

Created by The eXo Platform SAS.
Date: 2009

Version:
$Id: WebdavDriver.java 42795 2010-01-21 09:19:00Z serg $
Author:
Alex Reshetnyak

Field Summary
protected  WebdavTestContext context
           
static java.lang.String WEBDAV_HOST
           
static java.lang.String WEBDAV_PASSWORD
           
static java.lang.String WEBDAV_PORT
           
static java.lang.String WEBDAV_REALM
           
static java.lang.String WEBDAV_USER
           
static java.lang.String WEBDAV_WORKSPACE_PATH
           
 
Fields inherited from class com.sun.japex.JapexDriverBase
_driver, _endTime, _needWarmup, _testCase, _testSuite
 
Constructor Summary
WebdavDriver()
           
 
Method Summary
 void finish(com.sun.japex.TestCase tc)
           
 void initializeDriver()
           
 void prepare(com.sun.japex.TestCase tc)
           
 void run(com.sun.japex.TestCase tc)
           
 
Methods inherited from class com.sun.japex.JapexDriverBase
call, finish, getBooleanParam, getDoubleParam, getIntParam, getLongParam, getParam, getTestSuite, hasParam, prepare, run, setBooleanParam, setDoubleParam, setDriver, setEndTime, setIntParam, setLongParam, setParam, setTestCase, setTestSuite, terminateDriver, warmup, warmup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEBDAV_HOST

public static final java.lang.String WEBDAV_HOST
See Also:
Constant Field Values

WEBDAV_PORT

public static final java.lang.String WEBDAV_PORT
See Also:
Constant Field Values

WEBDAV_REALM

public static final java.lang.String WEBDAV_REALM
See Also:
Constant Field Values

WEBDAV_USER

public static final java.lang.String WEBDAV_USER
See Also:
Constant Field Values

WEBDAV_PASSWORD

public static final java.lang.String WEBDAV_PASSWORD
See Also:
Constant Field Values

WEBDAV_WORKSPACE_PATH

public static final java.lang.String WEBDAV_WORKSPACE_PATH
See Also:
Constant Field Values

context

protected WebdavTestContext context
Constructor Detail

WebdavDriver

public WebdavDriver()
Method Detail

initializeDriver

public void initializeDriver()
Specified by:
initializeDriver in interface com.sun.japex.JapexDriver
Overrides:
initializeDriver in class com.sun.japex.JapexDriverBase

prepare

public void prepare(com.sun.japex.TestCase tc)
Specified by:
prepare in interface com.sun.japex.JapexDriver
Overrides:
prepare in class com.sun.japex.JapexDriverBase

run

public void run(com.sun.japex.TestCase tc)
Specified by:
run in interface com.sun.japex.JapexDriver
Overrides:
run in class com.sun.japex.JapexDriverBase

finish

public void finish(com.sun.japex.TestCase tc)
Specified by:
finish in interface com.sun.japex.JapexDriver
Overrides:
finish in class com.sun.japex.JapexDriverBase


Copyright © 2010 eXo Platform SAS. All Rights Reserved.