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

A

add(Class<B>, B) - Method in interface org.jboss.arquillian.spi.Context
Add a instance of B to the context.
addContainerConfig(ContainerConfiguration) - Method in class org.jboss.arquillian.spi.Configuration
Puts a ContainerConfiguration implementation in the containersConfig field.
After - Class in org.jboss.arquillian.spi.event.suite
Event fired After the Test method execution.
After(Object, Method) - Constructor for class org.jboss.arquillian.spi.event.suite.After
 
after(Object, Method) - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
AfterClass - Class in org.jboss.arquillian.spi.event.suite
Event fired After the Class execution.
AfterClass(Class<?>) - Constructor for class org.jboss.arquillian.spi.event.suite.AfterClass
 
afterClass(Class<?>) - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
AfterDeploy - Class in org.jboss.arquillian.spi.event.container
Event fired After DeployableContainer deployment.
AfterDeploy() - Constructor for class org.jboss.arquillian.spi.event.container.AfterDeploy
 
AfterSetup - Class in org.jboss.arquillian.spi.event.container
Event fired After the DeployableContainer is setup.
AfterSetup() - Constructor for class org.jboss.arquillian.spi.event.container.AfterSetup
 
AfterStart - Class in org.jboss.arquillian.spi.event.container
Event fired After the DeployableContainer is started.
AfterStart() - Constructor for class org.jboss.arquillian.spi.event.container.AfterStart
 
AfterStop - Class in org.jboss.arquillian.spi.event.container
Event fired After the DeployableContainer is stopped.
AfterStop() - Constructor for class org.jboss.arquillian.spi.event.container.AfterStop
 
AfterSuite - Class in org.jboss.arquillian.spi.event.suite
Event fired After the Suite execution.
AfterSuite() - Constructor for class org.jboss.arquillian.spi.event.suite.AfterSuite
 
afterSuite() - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
AfterUnDeploy - Class in org.jboss.arquillian.spi.event.container
Event fired After DeployableContainer undeployment.
AfterUnDeploy() - Constructor for class org.jboss.arquillian.spi.event.container.AfterUnDeploy
 
all(Class<T>) - Method in interface org.jboss.arquillian.spi.ServiceLoader
Load multiple service implementations.
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.

B

Before - Class in org.jboss.arquillian.spi.event.suite
Event fired Before the Test method execution
Before(Object, Method) - Constructor for class org.jboss.arquillian.spi.event.suite.Before
 
before(Object, Method) - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
BeforeClass - Class in org.jboss.arquillian.spi.event.suite
Event fired Before the Class execution.
BeforeClass(Class<?>) - Constructor for class org.jboss.arquillian.spi.event.suite.BeforeClass
 
beforeClass(Class<?>) - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
BeforeDeploy - Class in org.jboss.arquillian.spi.event.container
Event fired Before DeployableContainer deployment.
BeforeDeploy() - Constructor for class org.jboss.arquillian.spi.event.container.BeforeDeploy
 
BeforeSetup - Class in org.jboss.arquillian.spi.event.container
Event fired Before the DeployableContainer is setup.
BeforeSetup() - Constructor for class org.jboss.arquillian.spi.event.container.BeforeSetup
 
BeforeStart - Class in org.jboss.arquillian.spi.event.container
Event fired Before the DeployableContainer is started.
BeforeStart() - Constructor for class org.jboss.arquillian.spi.event.container.BeforeStart
 
BeforeStop - Class in org.jboss.arquillian.spi.event.container
Event fired Before the DeployableContainer is stopped.
BeforeStop() - Constructor for class org.jboss.arquillian.spi.event.container.BeforeStop
 
BeforeSuite - Class in org.jboss.arquillian.spi.event.suite
Event fired Before the Suite execution.
BeforeSuite() - Constructor for class org.jboss.arquillian.spi.event.suite.BeforeSuite
 
beforeSuite() - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
BeforeUnDeploy - Class in org.jboss.arquillian.spi.event.container
Event fired Before DeployableContainer undeployment.
BeforeUnDeploy() - Constructor for class org.jboss.arquillian.spi.event.container.BeforeUnDeploy
 

C

callback(Context, T) - Method in interface org.jboss.arquillian.spi.event.suite.EventHandler
 
ClassEvent - Class in org.jboss.arquillian.spi.event.suite
Base for events fired in the Test Class execution cycle.
ClassEvent(Class<?>) - Constructor for class org.jboss.arquillian.spi.event.suite.ClassEvent
 
Configuration - Class in org.jboss.arquillian.spi
Holds the global Arquillian configuration and a Map of ContainerConfiguration implementations objects.
Configuration() - Constructor for class org.jboss.arquillian.spi.Configuration
 
ConfigurationException - Exception in org.jboss.arquillian.spi
ConfigurationException
ConfigurationException(String) - Constructor for exception org.jboss.arquillian.spi.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.jboss.arquillian.spi.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.jboss.arquillian.spi.ConfigurationException
 
ContainerConfiguration - Interface in org.jboss.arquillian.spi
A marker for container configuration implementations.
ContainerEvent - Class in org.jboss.arquillian.spi.event.container
Base for events fired in the Container life cycle
ContainerEvent() - Constructor for class org.jboss.arquillian.spi.event.container.ContainerEvent
 
ContainerMethodExecutor - Interface in org.jboss.arquillian.spi
RemoteMethodExecutor A Generic way to execute a in-container/remotely deployed test case.
ContainerProfile - Enum in org.jboss.arquillian.spi
ContainerProfile
Context - Interface in org.jboss.arquillian.spi
 
createAuxiliaryArchive() - Method in interface org.jboss.arquillian.spi.AuxiliaryArchiveAppender
Create a archive containing the needed resources for this extension to run in-container.

D

deploy(Context, 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, Throwable) - 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(Context, Object) - Method in interface org.jboss.arquillian.spi.TestEnricher
Extension point to add features to the a Test class instance.
enrich(Context, Method) - Static method in class org.jboss.arquillian.spi.util.TestEnrichers
Enrich the method arguments of a method call.
Event - Interface in org.jboss.arquillian.spi.event
Event
EventHandler<T> - Interface in org.jboss.arquillian.spi.event.suite
EventHandler
execute(Class<?>, String) - Method in interface org.jboss.arquillian.spi.TestRunner
Run a single test method in a test class.

F

fire(Event) - Method in interface org.jboss.arquillian.spi.Context
Fire a new Event.

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
 
get(Class<B>) - Method in interface org.jboss.arquillian.spi.Context
Get a instance of B from the context.
getActiveContainerConfiguration() - Method in class org.jboss.arquillian.spi.Configuration
Deprecated.  
getActiveContext() - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
getContainerConfig(Class<T>) - Method in class org.jboss.arquillian.spi.Configuration
Retrieves a ContainerConfiguration implementation that matches the clazz parameter.
getContainerProfile() - Method in interface org.jboss.arquillian.spi.ContainerConfiguration
 
getDeploymentExportPath() - Method in class org.jboss.arquillian.spi.Configuration
Get the set export path for deployments.
getEnd() - Method in class org.jboss.arquillian.spi.TestResult
Get the end time.
getInstance() - Method in interface org.jboss.arquillian.spi.TestMethodExecutor
 
getMethod() - Method in interface org.jboss.arquillian.spi.TestMethodExecutor
 
getParentContext() - Method in interface org.jboss.arquillian.spi.Context
Get this contexts parent context.
getProviders() - Method in class org.jboss.arquillian.spi.util.ServiceLoader
 
getServiceLoader() - Method in interface org.jboss.arquillian.spi.Context
Get the defined ServiceLoader
getStart() - Method in class org.jboss.arquillian.spi.TestResult
Get the start time.
getStatus() - Method in class org.jboss.arquillian.spi.TestResult
Get the status of this test
getTestClass() - Method in class org.jboss.arquillian.spi.event.suite.ClassEvent
 
getTestInstance() - Method in class org.jboss.arquillian.spi.event.suite.TestEvent
 
getTestMethod() - Method in class org.jboss.arquillian.spi.event.suite.TestEvent
 
getTestMethodExecutor() - Method in class org.jboss.arquillian.spi.event.suite.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 class 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.ServiceLoader
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, Throwable) - Constructor for exception org.jboss.arquillian.spi.LifecycleException
 
load(Class<S>) - Static method in class org.jboss.arquillian.spi.util.ServiceLoader
Creates a new service loader for the given service type, using the current thread's context class loader.
load(Class<S>, ClassLoader) - Static method in class org.jboss.arquillian.spi.util.ServiceLoader
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.ServiceLoader
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
Load a single service implementation.
org.jboss.arquillian.spi - package org.jboss.arquillian.spi
 
org.jboss.arquillian.spi.event - package org.jboss.arquillian.spi.event
 
org.jboss.arquillian.spi.event.container - package org.jboss.arquillian.spi.event.container
 
org.jboss.arquillian.spi.event.suite - package org.jboss.arquillian.spi.event.suite
 
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

register(Class<? extends K>, EventHandler<? super K>) - Method in interface org.jboss.arquillian.spi.Context
Register a EventHandler for a specific Event.
reload() - Method in class org.jboss.arquillian.spi.util.ServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.
resolve(Context, Method) - Method in interface org.jboss.arquillian.spi.TestEnricher
Extension point to add features to the test method arguments.

S

ServiceLoader - Interface in org.jboss.arquillian.spi
ServiceLoader
ServiceLoader<S> - Class in org.jboss.arquillian.spi.util
This class handles looking up service providers on the class path.
setDeploymentExportPath(String) - Method in class org.jboss.arquillian.spi.Configuration
Sets the Path used to export deployments.
setEnd(long) - Method in class org.jboss.arquillian.spi.TestResult
Set the end time of the test.
setStart(long) - Method in class org.jboss.arquillian.spi.TestResult
Set the start time of the test.
setStatus(TestResult.Status) - Method in class org.jboss.arquillian.spi.TestResult
 
setThrowable(Throwable) - Method in class org.jboss.arquillian.spi.TestResult
 
setup(Context, Configuration) - Method in interface org.jboss.arquillian.spi.DeployableContainer
 
start(Context) - Method in interface org.jboss.arquillian.spi.DeployableContainer
 
stop(Context) - Method in interface org.jboss.arquillian.spi.DeployableContainer
 
SuiteEvent - Class in org.jboss.arquillian.spi.event.suite
Base for events fired in the Suite execution cycle.
SuiteEvent() - Constructor for class org.jboss.arquillian.spi.event.suite.SuiteEvent
 

T

Test - Class in org.jboss.arquillian.spi.event.suite
Event fired to execute the Test method
Test(TestMethodExecutor) - Constructor for class org.jboss.arquillian.spi.event.suite.Test
 
test(TestMethodExecutor) - Method in interface org.jboss.arquillian.spi.TestRunnerAdaptor
 
TestEnricher - Interface in org.jboss.arquillian.spi
SPI used to enrich the runtime test object.
TestEnrichers - Class in org.jboss.arquillian.spi.util
TestEnrichers Helper for enriching TestCase instances based on multiple TestEnrichers.
TestEvent - Class in org.jboss.arquillian.spi.event.suite
Base for events fired in the Test execution cycle.
TestEvent(Object, Method) - Constructor for class org.jboss.arquillian.spi.event.suite.TestEvent
 
TestMethodExecutor - Interface in org.jboss.arquillian.spi
TestMethodExecutor
TestResult - Class in org.jboss.arquillian.spi
A test result which may be serialized for communicate between client and server
TestResult() - Constructor for class org.jboss.arquillian.spi.TestResult
Create a empty result.
TestResult(TestResult.Status) - Constructor for class org.jboss.arquillian.spi.TestResult
Create a new TestResult.
TestResult(TestResult.Status, Throwable) - Constructor for class org.jboss.arquillian.spi.TestResult
Create a new TestResult.
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.
TestRunnerAdaptor - Interface in org.jboss.arquillian.spi
TestRunnerAdaptor Need to be Thread-safe
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.ServiceLoader
Returns a string describing this service.

U

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

V

valueOf(String) - Static method in enum org.jboss.arquillian.spi.ContainerProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.spi.TestResult.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.spi.ContainerProfile
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.TestResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.

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

Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.