Arquillian Container Test API 1.0.0.CR8

Package org.jboss.arquillian.container.test.api


Interface Summary
ContainerController A interface that describes how you can start/stop server instances during test execution.
Deployer A interface that describes how you can deploy a named Deployment during test execution.
 

Class Summary
Config Config class enables users to use fluent API for creating a list of properties which should be overridden in the existing arquillian configuration.
 

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.
 


Arquillian Container Test API 1.0.0.CR8

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