org.jboss.portal.test.framework.driver.remote
Interface RemoteTestDriver

All Superinterfaces:
TestDriver
All Known Implementing Classes:
AbstractTestDriverServer, HTTPTestCase, RemoteTestCase, RemoteTestDriverServer, RemoteTestSuite, WebTestCase

public interface RemoteTestDriver
extends TestDriver

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static java.lang.String SERVICE_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 interface org.jboss.portal.test.framework.driver.TestDriver
getInfo, invoke
 

Field Detail

SERVICE_ID

static final java.lang.String SERVICE_ID
.

See Also:
Constant Field Values
Method Detail

pushContext

void pushContext(java.lang.String testId,
                 TestContext testContext)
A client side push of an http test context for a specific test.


popContext

TestContext popContext(java.lang.String testId)
A client pop of an http test context for a specific test.