|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.test.framework.driver.remote.RemoteTestCase
public abstract class RemoteTestCase
Defines an http test case working from the server side point of view.
Field Summary | |
---|---|
protected TestContext |
context
The test context. |
protected java.lang.String |
testCaseId
The test id. |
protected TestDriverContainer |
testDriverContainer
The driver registry, in the future we should remove that and use some kind of external wiring mechanism. |
protected TestInfo |
testInfo
The test info. |
Fields inherited from interface org.jboss.portal.test.framework.driver.remote.RemoteTestDriver |
---|
SERVICE_ID |
Constructor Summary | |
---|---|
RemoteTestCase(java.lang.String testCaseId)
|
Method Summary | |
---|---|
void |
create()
|
void |
destroy()
|
TestItemInfo |
getInfo()
Returns the meta information exposed by the driver. |
java.lang.String |
getTestCaseId()
|
TestDriverContainer |
getTestDriverRegistry()
|
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 |
setTestDriverRegistry(TestDriverContainer testDriverContainer)
|
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 |
---|
invoke |
Field Detail |
---|
protected final java.lang.String testCaseId
protected TestInfo testInfo
protected TestContext context
protected TestDriverContainer testDriverContainer
Constructor Detail |
---|
public RemoteTestCase(java.lang.String testCaseId)
Method Detail |
---|
public TestItemInfo getInfo()
TestDriver
getInfo
in interface TestDriver
public TestDriverContainer getTestDriverRegistry()
public void setTestDriverRegistry(TestDriverContainer testDriverContainer)
public java.lang.String getTestCaseId()
public void create()
public void destroy()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |