站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

TestAgent - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.framework.agent
Interface TestAgent

All Known Subinterfaces:
JBossTestAgentMBean
All Known Implementing Classes:
JBossTestAgent

public interface TestAgent

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 void deploy(java.net.URL url)
           
 TestCaseContext getContext()
           
 void setContext(TestCaseContext context)
           
 void undeploy(java.net.URL url)
           
 

Method Detail

deploy

public void deploy(java.net.URL url)
            throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

undeploy

public void undeploy(java.net.URL url)
              throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

setContext

public void setContext(TestCaseContext context)

getContext

public TestCaseContext getContext()