A C D E G I L O P R S T U V

A

all(Class<T>) - Method in interface org.jboss.arquillian.spi.ServiceLoader
 
ApplicationArchiveGenerator - Interface in org.jboss.arquillian.spi
Class responsible for creating the ApplicationArchive.
ApplicationArchiveProcessor - Interface in org.jboss.arquillian.spi
Extension point for client side deployment enhancements.
AuxiliaryArchiveAppender - Interface in org.jboss.arquillian.spi
SPI used for modules who need to add classes/resources to the deployed archive.
AuxiliaryArchiveProcessor - Interface in org.jboss.arquillian.spi
Extension point to alter system defined deployments.

C

ContainerMethodExecutor - Interface in org.jboss.arquillian.spi
RemoteMethodExecutor A Generic way to execute a in-container/remotely deployed test case.
createAuxiliaryArchive() - Method in interface org.jboss.arquillian.spi.AuxiliaryArchiveAppender
Create a archive containing the needed resources for this extension to run in-container.

D

DefaultServiceLoader<S> - Class in org.jboss.arquillian.spi.util
This class handles looking up service providers on the class path.
deploy(Archive<?>) - Method in interface org.jboss.arquillian.spi.DeployableContainer
 
DeployableContainer - Interface in org.jboss.arquillian.spi
DeployableContainer
DeploymentException - Exception in org.jboss.arquillian.spi
DeploymentException
DeploymentException(String) - Constructor for exception org.jboss.arquillian.spi.DeploymentException
 
DeploymentException(String, Exception) - Constructor for exception org.jboss.arquillian.spi.DeploymentException
 
DeploymentPackager - Interface in org.jboss.arquillian.spi
Extension point for the DeployableContainer to prepare the Archives for deployment.

E

enrich(Object) - Method in interface org.jboss.arquillian.spi.TestEnricher
 
enrich(Object) - Static method in class org.jboss.arquillian.spi.util.TestEnrichers
Enrich a object based on all found TestEnricher providers.
execute(Class<?>, String) - Method in interface org.jboss.arquillian.spi.TestRunner
Run a single test method in a test class.

G

generateApplicationArchive(Class<?>) - Method in interface org.jboss.arquillian.spi.ApplicationArchiveGenerator
Generate a new Archive based on the given test case.
generateDeployment(Archive<?>, Collection<Archive<?>>) - Method in interface org.jboss.arquillian.spi.DeploymentPackager
 
getInstance() - Method in interface org.jboss.arquillian.spi.TestMethodExecutor
 
getMethod() - Method in interface org.jboss.arquillian.spi.TestMethodExecutor
 
getProviders() - Method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
 
getStatus() - Method in interface org.jboss.arquillian.spi.TestResult
Get the status of this test
getTestRunner() - Static method in class org.jboss.arquillian.spi.util.TestRunners
Dynamically loads / creates a new instance of a test runner.
getThrowable() - Method in interface org.jboss.arquillian.spi.TestResult
If the test failed, the exception that was thrown.

I

invoke(TestMethodExecutor) - Method in interface org.jboss.arquillian.spi.ContainerMethodExecutor
Invoke a test method deployed in the container.
invoke() - Method in interface org.jboss.arquillian.spi.TestMethodExecutor
 
iterator() - Method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
Lazily loads the available providers of this loader's service.

L

LifecycleException - Exception in org.jboss.arquillian.spi
LifecycleException
LifecycleException(String) - Constructor for exception org.jboss.arquillian.spi.LifecycleException
 
LifecycleException(String, Exception) - Constructor for exception org.jboss.arquillian.spi.LifecycleException
 
load(Class<S>) - Static method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
Creates a new service loader for the given service type, using the current thread's context class loader.
load(String, Class<S>) - Static method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
 
load(String, Class<S>, ClassLoader) - Static method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
 
load(Class<S>, ClassLoader) - Static method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
Creates a new service loader for the given service type and class loader.
loadInstalled(Class<S>) - Static method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
Creates a new service loader for the given service type, using the extension class loader.

O

onlyOne(Class<T>) - Method in interface org.jboss.arquillian.spi.ServiceLoader
 
org.jboss.arquillian.spi - package org.jboss.arquillian.spi
 
org.jboss.arquillian.spi.util - package org.jboss.arquillian.spi.util
 

P

process(Archive<?>, Class<?>) - Method in interface org.jboss.arquillian.spi.ApplicationArchiveProcessor
 
process(Archive<?>) - Method in interface org.jboss.arquillian.spi.AuxiliaryArchiveProcessor
Called once for each found ArchiveAppender

R

reload() - Method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.

S

ServiceLoader - Interface in org.jboss.arquillian.spi
ServiceLoader
setExecutionMode(TestRunner.ExecutionMode) - Method in interface org.jboss.arquillian.spi.TestRunner
Instruct the TestRunner which mode to run in.
start() - Method in interface org.jboss.arquillian.spi.DeployableContainer
 
stop() - Method in interface org.jboss.arquillian.spi.DeployableContainer
 

T

TestEnricher - Interface in org.jboss.arquillian.spi
TestEnricher
TestEnrichers - Class in org.jboss.arquillian.spi.util
TestEnrichers Helper for enriching TestCase instances based on multiple TestEnrichers.
TestMethodExecutor - Interface in org.jboss.arquillian.spi
TestMethodExecutor
TestResult - Interface in org.jboss.arquillian.spi
A test result which may be serialized for communicate between client and server
TestResult.Status - Enum in org.jboss.arquillian.spi
The test status
TestRunner - Interface in org.jboss.arquillian.spi
TestRunner A Generic way to start the test framework.
TestRunner.ExecutionMode - Enum in org.jboss.arquillian.spi
 
TestRunners - Class in org.jboss.arquillian.spi.util
TestRunners Helper factory for loading TestRunners in container.
toString() - Method in class org.jboss.arquillian.spi.util.DefaultServiceLoader
Returns a string describing this service.

U

undeploy(Archive<?>) - Method in interface org.jboss.arquillian.spi.DeployableContainer
 

V

valueOf(String) - Static method in enum org.jboss.arquillian.spi.TestResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.spi.TestRunner.ExecutionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.spi.TestResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.spi.TestRunner.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E G I L O P R S T U V