Package org.jboss.arquillian.container.test.api
-
Interface Summary Interface Description ContainerController A interface that describes how you can start/stop server instances during test execution.Deployer The Deployer interface describes how to deploy manually controlledDeployment's during test execution. -
Class Summary Class Description Config Config class enables users to use fluent API for creating a list of properties which should be overridden in the existing Arquillian configuration.DeploymentConfiguration Model class that represents a deployment configuration.DeploymentConfiguration.DeploymentBuilder DeploymentConfiguration.DeploymentContentBuilder Testable When testing an ear deployment containing multiple wars using the servlet protocol this class allows to define the archive under test. -
Annotation Types Summary Annotation Type Description BeforeDeployment Deployment The@Deploymentis 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 @Deploymentfor 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.