org.jboss.portal.test.framework.driver.remote
Class RemoteTestSuite

java.lang.Object
  extended by org.jboss.portal.test.framework.driver.TestSuite
      extended by org.jboss.portal.test.framework.driver.remote.RemoteTestSuite
All Implemented Interfaces:
RemoteTestDriver, TestDriver, TestDriverContainer

public class RemoteTestSuite
extends TestSuite
implements RemoteTestDriver

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.test.framework.driver.TestSuite
entries, info
 
Fields inherited from interface org.jboss.portal.test.framework.driver.remote.RemoteTestDriver
SERVICE_ID
 
Constructor Summary
RemoteTestSuite(java.lang.String id)
           
 
Method Summary
 TestContext popContext(java.lang.String testId)
          A client pop of an http test context for a specific test.
 void pushContext(java.lang.String testId, TestContext testContext)
          A client side push of an http test context for a specific test.
 
Methods inherited from class org.jboss.portal.test.framework.driver.TestSuite
addDriver, getDriver, getInfo, invoke, removeDriver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.test.framework.driver.TestDriver
getInfo, invoke
 

Constructor Detail

RemoteTestSuite

public RemoteTestSuite(java.lang.String id)
Method Detail

pushContext

public void pushContext(java.lang.String testId,
                        TestContext testContext)
Description copied from interface: RemoteTestDriver
A client side push of an http test context for a specific test.

Specified by:
pushContext in interface RemoteTestDriver

popContext

public TestContext popContext(java.lang.String testId)
Description copied from interface: RemoteTestDriver
A client pop of an http test context for a specific test.

Specified by:
popContext in interface RemoteTestDriver