Arquillian Container Test API 1.0.0.CR8

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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

Arquillian Container Test API 1.0.0.CR8

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.