org.jboss.arquillian.container.test.api
Annotation Type OperateOnDeployment
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER})
public @interface OperateOnDeployment
Defines that this @Test method will operate within the context of the deployment.
It will have access to the meta data provided by the @Deployment and the Container where it is deployed.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
value
public abstract String value
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.