Annotation Types Summary |
Deployment |
Defines that this method returns a deployment definition, either a Archive or a Descriptor . |
OperateOnDeployment |
Defines that this @Test method will operate within the context of the deployment. |
OverProtocol |
Defines how Arquillian should communicate with the @Deployment when executing it in container. |
RunAsClient |
In RunAsClient mode the @Deployment is processed and deployed to the Container,
but the @Test is not executed inside the container. |
ShouldThrowException |
Defines that @Deployment should cause exception of type value(). |
TargetsContainer |
Used to target a deployment to a specific Container. |