Annotation Types Summary |
Deployment |
The @Deployment is used to define which methods should be be considered as deployment producers. |
OperateOnDeployment |
Defines that the target should operate within the context of the referenced deployment. |
OverProtocol |
Defines how Arquillian should communicate with and prepare the @Deployment for in container testing. |
RunAsClient |
The run mode for a test method is determined by the @Deployment annotations member testable. |
ShouldThrowException |
Define that a Deployment should cause a exception during deployment. |
TargetsContainer |
When using multiple containers within the same test suite, you can use the @TargetsContainer annotation to specify
which container a deployment should be deployed to. |