当前页面:
在线文档首页 >
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
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()