A B C D G I K M N O R S T U V W 
All Classes All Packages

A

add(String, String) - Method in class org.jboss.arquillian.container.test.api.Config
 
archiveToTest(T) - Static method in class org.jboss.arquillian.container.test.api.Testable
Mark the given archive as the archive under test so that the test are running in its context when using the Servlet protocol.

B

BeforeDeployment - Annotation Type in org.jboss.arquillian.container.test.api
 
build() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentBuilder
 

C

Config - Class in org.jboss.arquillian.container.test.api
Config class enables users to use fluent API for creating a list of properties which should be overridden in the existing Arquillian configuration.
Config() - Constructor for class org.jboss.arquillian.container.test.api.Config
 
ContainerController - Interface in org.jboss.arquillian.container.test.api
A interface that describes how you can start/stop server instances during test execution.

D

deploy(String) - Method in interface org.jboss.arquillian.container.test.api.Deployer
Deploy the named deployment.
Deployer - Interface in org.jboss.arquillian.container.test.api
The Deployer interface describes how to deploy manually controlled Deployment's during test execution.
Deployment - Annotation Type in org.jboss.arquillian.container.test.api
The @Deployment is used to define which methods should be be considered as deployment producers.
DeploymentConfiguration - Class in org.jboss.arquillian.container.test.api
Model class that represents a deployment configuration.
DeploymentConfiguration() - Constructor for class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 
DeploymentConfiguration.DeploymentBuilder - Class in org.jboss.arquillian.container.test.api
 
DeploymentConfiguration.DeploymentContentBuilder - Class in org.jboss.arquillian.container.test.api
 
DeploymentContentBuilder(Archive<?>) - Constructor for class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
DeploymentContentBuilder(Descriptor) - Constructor for class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 

G

get() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
getArchive() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 
getDeployment() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 
getDeployment(String) - Method in interface org.jboss.arquillian.container.test.api.Deployer
Get the Deployment byte content.
getDescriptor() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 
getOverProtocol() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 
getProperties() - Method in class org.jboss.arquillian.container.test.api.Config
 
getShouldThrowException() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 
getTargets() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration
 

I

isArchiveToTest(T) - Static method in class org.jboss.arquillian.container.test.api.Testable
 
isStarted(String) - Method in interface org.jboss.arquillian.container.test.api.ContainerController
 

K

kill(String) - Method in interface org.jboss.arquillian.container.test.api.ContainerController
 

M

managed() - Method in annotation type org.jboss.arquillian.container.test.api.Deployment
Describes whether or not this deployment should be deployed by Arquillian.
map() - Method in class org.jboss.arquillian.container.test.api.Config
 
MARKER_FILE_PATH - Static variable in class org.jboss.arquillian.container.test.api.Testable
 

N

name() - Method in annotation type org.jboss.arquillian.container.test.api.BeforeDeployment
 
name() - Method in annotation type org.jboss.arquillian.container.test.api.Deployment
Name the deployment so you can reference it using the Deployer API if managed is false or method is using

O

OperateOnDeployment - Annotation Type in org.jboss.arquillian.container.test.api
Defines that the target should operate within the context of the referenced deployment.
order() - Method in annotation type org.jboss.arquillian.container.test.api.Deployment
If multiple deployments are specified against the same target and defined as startup, this control the order of which they will be given to the Container.
org.jboss.arquillian.container.test.api - package org.jboss.arquillian.container.test.api
 
OverProtocol - Annotation Type in org.jboss.arquillian.container.test.api
Defines how Arquillian should communicate with and prepare the @Deployment for in container testing.

R

RunAsClient - Annotation Type in org.jboss.arquillian.container.test.api
The run mode for a test method is determined by the @Deployment annotations member testable.

S

ShouldThrowException - Annotation Type in org.jboss.arquillian.container.test.api
Define that a Deployment should cause a exception during deployment.
start(String) - Method in interface org.jboss.arquillian.container.test.api.ContainerController
 
start(String, Map<String, String>) - Method in interface org.jboss.arquillian.container.test.api.ContainerController
 
stop(String) - Method in interface org.jboss.arquillian.container.test.api.ContainerController
 

T

TargetsContainer - Annotation Type in org.jboss.arquillian.container.test.api
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.
testable() - Method in annotation type org.jboss.arquillian.container.test.api.Deployment
Defines if this deployment should be wrapped up based on the protocol so the testcase can be executed incontainer.
testable() - Method in annotation type org.jboss.arquillian.container.test.api.ShouldThrowException
 
Testable - Class in org.jboss.arquillian.container.test.api
When testing an ear deployment containing multiple wars using the servlet protocol this class allows to define the archive under test.

U

undeploy(String) - Method in interface org.jboss.arquillian.container.test.api.Deployer
UnDeploy a named deployment.
The operation will block until deploy is complete.

V

value() - Method in annotation type org.jboss.arquillian.container.test.api.OperateOnDeployment
Refer to the deployment name this should operate on.
value() - Method in annotation type org.jboss.arquillian.container.test.api.OverProtocol
A String reference to the protocol name
value() - Method in annotation type org.jboss.arquillian.container.test.api.ShouldThrowException
 
value() - Method in annotation type org.jboss.arquillian.container.test.api.TargetsContainer
The name of the target container as defined in configuration.

W

withDeployment() - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
withManaged(boolean) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentBuilder
 
withName(String) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentBuilder
 
withOrder(int) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentBuilder
 
withOverProtocol(String) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
withShouldThrowException(Class<? extends Exception>) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
withShouldThrowException(Class<? extends Exception>, boolean) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
withTargetsContainer(String) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentContentBuilder
 
withTestable(boolean) - Method in class org.jboss.arquillian.container.test.api.DeploymentConfiguration.DeploymentBuilder
 
A B C D G I K M N O R S T U V W 
All Classes All Packages