|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.test.framework.driver.AbstractTestDriverServer
org.jboss.portal.test.framework.driver.remote.RemoteTestDriverServer
public class RemoteTestDriverServer
Field Summary |
---|
Fields inherited from interface org.jboss.portal.test.framework.driver.remote.RemoteTestDriver |
---|
SERVICE_ID |
Constructor Summary | |
---|---|
RemoteTestDriverServer()
|
Method Summary | |
---|---|
void |
addDriver(TestDriver driver)
Add a driver. |
TestDriver |
getDriver(java.lang.String testId)
Return a driver that is able to understand the specified id. |
TestItemInfo |
getInfo()
Returns the meta information exposed by the driver. |
DriverResponse |
invoke(java.lang.String testId,
DriverCommand cmd)
Execute a command of the testing protocol. |
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. |
void |
removeDriver(TestDriver driver)
Remove a driver. |
Methods inherited from class org.jboss.portal.test.framework.driver.AbstractTestDriverServer |
---|
getAgent, setAgent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTestDriverServer()
Method Detail |
---|
public void pushContext(java.lang.String testId, TestContext testContext)
RemoteTestDriver
pushContext
in interface RemoteTestDriver
public TestContext popContext(java.lang.String testId)
RemoteTestDriver
popContext
in interface RemoteTestDriver
public void addDriver(TestDriver driver)
TestDriverContainer
addDriver
in interface TestDriverContainer
public void removeDriver(TestDriver driver)
TestDriverContainer
removeDriver
in interface TestDriverContainer
public TestDriver getDriver(java.lang.String testId)
TestDriverContainer
getDriver
in interface TestDriverContainer
public DriverResponse invoke(java.lang.String testId, DriverCommand cmd) throws TestDriverException
TestDriver
invoke
in interface TestDriver
TestDriverException
public TestItemInfo getInfo()
TestDriver
getInfo
in interface TestDriver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |