|
Arquillian Container Test API 1.0.0.CR8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Deployer

A interface that describes how you can deploy a named Deployment during test execution.
| Method Summary | |
|---|---|
void |
deploy(String name)
Deploy a named deployment. |
InputStream |
getDeployment(String name)
Get the Deployment content. |
void |
undeploy(String name)
UnDeploy a named deployment. |
| Method Detail |
|---|
void deploy(String name)
name - The name of the deploymentInputStream getDeployment(String name)
name - The name of the Deployment as defined by Deployment
void undeploy(String name)
name - The name of the deployment
|
Arquillian Container Test API 1.0.0.CR8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||