org.jboss.portal.test.framework.runner
Class HTTPTestRunner

java.lang.Object
  extended by org.jboss.portal.test.framework.runner.BaseRunner
      extended by org.jboss.portal.test.framework.runner.HTTPTestRunner
All Implemented Interfaces:
junit.framework.Test

public class HTTPTestRunner
extends BaseRunner

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static java.lang.String JBOSS_BEANS_LOCATION
          .
 
Constructor Summary
HTTPTestRunner()
           
HTTPTestRunner(NodeId[] nodeIds)
           
 
Method Summary
protected  void init(java.lang.String archiveName)
           
 void startRunner()
           
 void stopRunner()
           
 void testDummy()
           
 
Methods inherited from class org.jboss.portal.test.framework.runner.BaseRunner
countTestCases, create, deploy, destroy, getArchivePath, getDeployer, getNodeManager, getTestDriverClient, run, setDeployer, setNodeManager, setTestDriverClient, start, stop, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBOSS_BEANS_LOCATION

public static final java.lang.String JBOSS_BEANS_LOCATION
.

See Also:
Constant Field Values
Constructor Detail

HTTPTestRunner

public HTTPTestRunner()

HTTPTestRunner

public HTTPTestRunner(NodeId[] nodeIds)
Method Detail

init

protected final void init(java.lang.String archiveName)

startRunner

public void startRunner()
                 throws java.lang.Exception
Overrides:
startRunner in class BaseRunner
Throws:
java.lang.Exception

stopRunner

public void stopRunner()
Overrides:
stopRunner in class BaseRunner

testDummy

public void testDummy()