|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.test.framework.container.client.TestSuite org.jboss.portal.test.framework.container.client.TestRunner
Field Summary | |
protected Deployer |
deployer
The injected deployer. |
protected NodeId[] |
nodeIds
The node id list used for this test suite. |
protected NodeManager |
nodeManager
The injected node manager. |
protected TestRuntimeContext |
runtimeContext
. |
protected TestAgentFactory |
testAgentFactory
The test agent factory. |
protected java.net.URL |
url
. |
Fields inherited from class org.jboss.portal.test.framework.container.client.TestSuite |
testSuiteId |
Constructor Summary | |
TestRunner(java.lang.String beansDescriptorLocation)
|
|
TestRunner(java.lang.String beansDescriptorLocation,
NodeId[] nodeIds)
|
Method Summary | |
void |
addTest(Test test)
|
void |
deploy()
Subclass to perform deployment. |
java.lang.String |
getArchivePath()
Returns a path where the deployable archives are. |
Deployer |
getDeployer()
|
NodeManager |
getNodeManager()
|
TestAgent |
getTestAgent(Node node)
Returns the test agent for a specified node. |
TestAgentFactory |
getTestAgentFactory()
|
void |
run(TestResult testResult)
|
void |
setDeployer(Deployer deployer)
|
void |
setNodeManager(NodeManager nodeManager)
|
void |
setTestAgentFactory(TestAgentFactory testAgentFactory)
|
void |
undeploy()
Subclass to perform undeployment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TestRuntimeContext runtimeContext
protected java.net.URL url
protected Deployer deployer
protected NodeManager nodeManager
protected NodeId[] nodeIds
protected TestAgentFactory testAgentFactory
Constructor Detail |
public TestRunner(java.lang.String beansDescriptorLocation)
public TestRunner(java.lang.String beansDescriptorLocation, NodeId[] nodeIds)
Method Detail |
public TestAgentFactory getTestAgentFactory()
public void setTestAgentFactory(TestAgentFactory testAgentFactory)
public NodeManager getNodeManager()
public void setNodeManager(NodeManager nodeManager)
public Deployer getDeployer()
public void setDeployer(Deployer deployer)
public java.lang.String getArchivePath()
public void addTest(Test test)
public void run(TestResult testResult)
public TestAgent getTestAgent(Node node) throws java.lang.Exception
node
- the target node
java.lang.Exception
public void deploy() throws java.lang.Exception
public void undeploy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |