A B C D E F G H M N O P R S T V X

A

AbstractEventContext - Class in org.jboss.arquillian.impl.context
AbstractEventContext
AbstractEventContext() - Constructor for class org.jboss.arquillian.impl.context.AbstractEventContext
 
AbstractRunModeHandler<T extends ClassEvent> - Class in org.jboss.arquillian.impl.handler
Abstract RunMode Handler for checking and delegating the different run modes to sub classes.
AbstractRunModeHandler() - Constructor for class org.jboss.arquillian.impl.handler.AbstractRunModeHandler
 
ActivateRunModeTypeClient - Class in org.jboss.arquillian.impl.handler
Handler that will setup the context as defined by the RunModeType.AS_CLIENT.
ActivateRunModeTypeClient() - Constructor for class org.jboss.arquillian.impl.handler.ActivateRunModeTypeClient
 
ActivateRunModeTypeDeployment - Class in org.jboss.arquillian.impl.handler
Handler that will setup the context as defined by the RunModeType.
ActivateRunModeTypeDeployment() - Constructor for class org.jboss.arquillian.impl.handler.ActivateRunModeTypeDeployment
 
add(Class<B>, B) - Method in class org.jboss.arquillian.impl.context.AbstractEventContext
 
after(Object, Method) - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
afterClass(Class<?>) - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
afterSuite() - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
all(Class<T>) - Method in class org.jboss.arquillian.impl.DynamicServiceLoader
 
ApplicationArchiveDeploymentGenerator - Class in org.jboss.arquillian.impl
A DeploymentGenerator that will return the ApplicationArchive as is.
ApplicationArchiveDeploymentGenerator(ServiceLoader) - Constructor for class org.jboss.arquillian.impl.ApplicationArchiveDeploymentGenerator
 
ArchiveDeploymentExporter - Class in org.jboss.arquillian.impl.handler
Handler that will export the generated Archive to the file system.
ArchiveDeploymentExporter() - Constructor for class org.jboss.arquillian.impl.handler.ArchiveDeploymentExporter
 
ArchiveGenerator - Class in org.jboss.arquillian.impl.handler
A Handler for generate the Archive used for deployment.
ArchiveGenerator() - Constructor for class org.jboss.arquillian.impl.handler.ArchiveGenerator
 
ArquillianDeploymentAppender - Class in org.jboss.arquillian.impl
ArquillianDeploymentAppender
ArquillianDeploymentAppender() - Constructor for class org.jboss.arquillian.impl.ArquillianDeploymentAppender
 

B

before(Object, Method) - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
beforeClass(Class<?>) - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
beforeSuite() - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
build() - Method in interface org.jboss.arquillian.impl.ConfigurationBuilder
Builds the Configuration object.
build() - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
build(Configuration) - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
build(ContainerProfile) - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
build(ContainerProfile, Configuration) - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
build(ProfileBuilder, Configuration) - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
build() - Method in class org.jboss.arquillian.impl.XmlConfigurationBuilder
 
buildClassContext(ClassContext, Class<?>) - Method in class org.jboss.arquillian.impl.context.ClientProfileBuilder
 
buildClassContext(ClassContext, Class<?>) - Method in class org.jboss.arquillian.impl.context.ContainerProfileBuilder
 
buildClassContext(ClassContext, Class<?>) - Method in interface org.jboss.arquillian.impl.context.ProfileBuilder
 
buildSuiteContext(SuiteContext) - Method in class org.jboss.arquillian.impl.context.ClientProfileBuilder
 
buildSuiteContext(SuiteContext) - Method in class org.jboss.arquillian.impl.context.ContainerProfileBuilder
 
buildSuiteContext(SuiteContext) - Method in interface org.jboss.arquillian.impl.context.ProfileBuilder
 
buildTestContext(TestContext, Object) - Method in class org.jboss.arquillian.impl.context.ClientProfileBuilder
 
buildTestContext(TestContext, Object) - Method in class org.jboss.arquillian.impl.context.ContainerProfileBuilder
 
buildTestContext(TestContext, Object) - Method in interface org.jboss.arquillian.impl.context.ProfileBuilder
 
buildTestContext(TestContext, Object) - Method in class org.jboss.arquillian.impl.context.StandaloneProfileBuilder
 

C

callback(Context, ClassEvent) - Method in class org.jboss.arquillian.impl.handler.AbstractRunModeHandler
 
callback(Context, ClassEvent) - Method in class org.jboss.arquillian.impl.handler.ArchiveDeploymentExporter
 
callback(Context, ClassEvent) - Method in class org.jboss.arquillian.impl.handler.ArchiveGenerator
 
callback(Context, SuiteEvent) - Method in class org.jboss.arquillian.impl.handler.ContainerCreator
 
callback(Context, ClassEvent) - Method in class org.jboss.arquillian.impl.handler.ContainerDeployer
 
callback(Context, SuiteEvent) - Method in class org.jboss.arquillian.impl.handler.ContainerRestarter
 
callback(Context, SuiteEvent) - Method in class org.jboss.arquillian.impl.handler.ContainerStarter
 
callback(Context, SuiteEvent) - Method in class org.jboss.arquillian.impl.handler.ContainerStopper
 
callback(Context, Test) - Method in class org.jboss.arquillian.impl.handler.ContainerTestExecuter
 
callback(Context, ClassEvent) - Method in class org.jboss.arquillian.impl.handler.ContainerUndeployer
 
callback(Context, SuiteEvent) - Method in class org.jboss.arquillian.impl.handler.ExecutionTimer
 
callback(Context, TestEvent) - Method in class org.jboss.arquillian.impl.handler.TestCaseEnricher
 
callback(Context, Test) - Method in class org.jboss.arquillian.impl.handler.TestEventExecuter
 
ClassContext - Class in org.jboss.arquillian.impl.context
A ClassContext is alive in the following life cycles:
BeforeClass Before Test After AfterClass Used for firing events and storing of object that live in the Class Scope.
ClassContext(SuiteContext) - Constructor for class org.jboss.arquillian.impl.context.ClassContext
Create a new ClassContext for a given SuiteContext.
ClientDeploymentGenerator - Class in org.jboss.arquillian.impl
Responsible for calling the Packager SPIs, DeploymentPackager, ApplicationArchiveGenerator, ApplicationArchiveProcessor, AuxiliaryArchiveAppender and AuxiliaryArchiveProcessor.
ClientDeploymentGenerator(ServiceLoader) - Constructor for class org.jboss.arquillian.impl.ClientDeploymentGenerator
 
ClientProfileBuilder - Class in org.jboss.arquillian.impl.context
ClientContextCreator
ClientProfileBuilder() - Constructor for class org.jboss.arquillian.impl.context.ClientProfileBuilder
 
ConfigurationBuilder - Interface in org.jboss.arquillian.impl
Builds a Configuration object.
ContainerCreator - Class in org.jboss.arquillian.impl.handler
A Handler for creating and setting up a DeployableContainer for use.
ContainerCreator() - Constructor for class org.jboss.arquillian.impl.handler.ContainerCreator
 
ContainerDeployer - Class in org.jboss.arquillian.impl.handler
A Handler for creating and deploying the generated Archive to the container.
ContainerDeployer() - Constructor for class org.jboss.arquillian.impl.handler.ContainerDeployer
 
ContainerProfileBuilder - Class in org.jboss.arquillian.impl.context
ContainerProfileBuilder
ContainerProfileBuilder() - Constructor for class org.jboss.arquillian.impl.context.ContainerProfileBuilder
 
ContainerRestarter - Class in org.jboss.arquillian.impl.handler
A Handler for restarting the DeployableContainer for every X deployments.
ContainerRestarter() - Constructor for class org.jboss.arquillian.impl.handler.ContainerRestarter
 
ContainerStarter - Class in org.jboss.arquillian.impl.handler
A Handler for starting the DeployableContainer.
ContainerStarter() - Constructor for class org.jboss.arquillian.impl.handler.ContainerStarter
 
ContainerStopper - Class in org.jboss.arquillian.impl.handler
A Handler for stopping the DeployableContainer.
ContainerStopper() - Constructor for class org.jboss.arquillian.impl.handler.ContainerStopper
 
ContainerTestExecuter - Class in org.jboss.arquillian.impl.handler
A Handler for executing the remote Test Method.
ContainerTestExecuter() - Constructor for class org.jboss.arquillian.impl.handler.ContainerTestExecuter
 
ContainerUndeployer - Class in org.jboss.arquillian.impl.handler
A Handler for undeploying the generated Archive from the container.
ContainerUndeployer() - Constructor for class org.jboss.arquillian.impl.handler.ContainerUndeployer
 
ContextLifecycleManager - Class in org.jboss.arquillian.impl.context
Handles creation and destruction of the scopes; Suite, Class, Test
There can only be one SuiteContext pr run.
ContextLifecycleManager(ProfileBuilder, ServiceLoader) - Constructor for class org.jboss.arquillian.impl.context.ContextLifecycleManager
 
ContextLifecycleManager(Configuration, ProfileBuilder, ServiceLoader) - Constructor for class org.jboss.arquillian.impl.context.ContextLifecycleManager
 
createAuxiliaryArchive() - Method in class org.jboss.arquillian.impl.ArquillianDeploymentAppender
 
createRestoreClassContext(Class<?>) - Method in class org.jboss.arquillian.impl.context.ContextLifecycleManager
Creates or restores the ClassContext.
createRestoreSuiteContext() - Method in class org.jboss.arquillian.impl.context.ContextLifecycleManager
Creates or restores the SuiteContext.
createRestoreTestContext(Object) - Method in class org.jboss.arquillian.impl.context.ContextLifecycleManager
Creates or restores the TestContext.

D

DeployableTestBuilder - Class in org.jboss.arquillian.impl
DeployableTestBuilder
DeploymentAnnotationArchiveGenerator - Class in org.jboss.arquillian.impl
UserCreatedArchiveGenerator
DeploymentAnnotationArchiveGenerator() - Constructor for class org.jboss.arquillian.impl.DeploymentAnnotationArchiveGenerator
 
DeploymentGenerator - Interface in org.jboss.arquillian.impl
DeploymentGenerator
destroyClassContext(Class<?>) - Method in class org.jboss.arquillian.impl.context.ContextLifecycleManager
Destroy the Context associated with given test class.
destroySuiteContext() - Method in class org.jboss.arquillian.impl.context.ContextLifecycleManager
Destroy the Context.
destroyTestContext(Object) - Method in class org.jboss.arquillian.impl.context.ContextLifecycleManager
Destroy the Context associated with given test instance.
DynamicServiceLoader - Class in org.jboss.arquillian.impl
DynamicServiceLoader
DynamicServiceLoader() - Constructor for class org.jboss.arquillian.impl.DynamicServiceLoader
 

E

EventManager - Interface in org.jboss.arquillian.impl.event
EventManagerIF
EventTestRunnerAdaptor - Class in org.jboss.arquillian.impl
EventTestRunnerAdaptor
EventTestRunnerAdaptor(ContextLifecycleManager) - Constructor for class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
ExecutionTimer - Class in org.jboss.arquillian.impl.handler
A Handler for simple execution time tracking.
ExecutionTimer() - Constructor for class org.jboss.arquillian.impl.handler.ExecutionTimer
 

F

fire(Event) - Method in class org.jboss.arquillian.impl.context.AbstractEventContext
 
fire(Context, Event) - Method in interface org.jboss.arquillian.impl.event.EventManager
 
fire(Context, Event) - Method in class org.jboss.arquillian.impl.event.MapEventManager
 
FiredEventException - Exception in org.jboss.arquillian.impl.event
FiredEventException
FiredEventException(Context, Event, Throwable) - Constructor for exception org.jboss.arquillian.impl.event.FiredEventException
 

G

generate(Class<?>) - Method in class org.jboss.arquillian.impl.ApplicationArchiveDeploymentGenerator
 
generate(Class<?>) - Method in class org.jboss.arquillian.impl.ClientDeploymentGenerator
 
generate(Class<?>) - Method in interface org.jboss.arquillian.impl.DeploymentGenerator
 
generateApplicationArchive(Class<?>) - Method in class org.jboss.arquillian.impl.DeploymentAnnotationArchiveGenerator
 
get(Class<B>) - Method in class org.jboss.arquillian.impl.context.AbstractEventContext
 
getActiveContext() - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
getClassContext() - Method in class org.jboss.arquillian.impl.context.TestContext
 
getContext() - Method in exception org.jboss.arquillian.impl.event.FiredEventException
 
getEventManager() - Method in class org.jboss.arquillian.impl.context.AbstractEventContext
 
getParentContext() - Method in class org.jboss.arquillian.impl.context.ClassContext
 
getParentContext() - Method in class org.jboss.arquillian.impl.context.SuiteContext
 
getParentContext() - Method in class org.jboss.arquillian.impl.context.TestContext
 
getProfile() - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
getServiceLoader() - Method in class org.jboss.arquillian.impl.context.AbstractEventContext
 
getSource() - Method in exception org.jboss.arquillian.impl.event.FiredEventException
 
getSuiteContext() - Method in class org.jboss.arquillian.impl.context.ClassContext
 

H

hasClientRunMode(Context) - Method in class org.jboss.arquillian.impl.handler.AbstractRunModeHandler
 
hasClientRunMode(Context) - Method in class org.jboss.arquillian.impl.handler.ActivateRunModeTypeClient
 
hasClientRunMode(Context) - Method in class org.jboss.arquillian.impl.handler.ActivateRunModeTypeDeployment
 
hasContainerRunMode(Context) - Method in class org.jboss.arquillian.impl.handler.AbstractRunModeHandler
 
hasContainerRunMode(Context) - Method in class org.jboss.arquillian.impl.handler.ActivateRunModeTypeClient
 
hasContainerRunMode(Context) - Method in class org.jboss.arquillian.impl.handler.ActivateRunModeTypeDeployment
 

M

MapEventManager - Class in org.jboss.arquillian.impl.event
EventManager
MapEventManager() - Constructor for class org.jboss.arquillian.impl.event.MapEventManager
 

N

notNull(Object, String) - Static method in class org.jboss.arquillian.impl.Validate
Checks that object is not null, throws exception if it is.
notNullOrEmpty(String, String) - Static method in class org.jboss.arquillian.impl.Validate
Checks that the specified String is not null or empty, throws exception if it is.

O

onlyOne(Class<T>) - Method in class org.jboss.arquillian.impl.DynamicServiceLoader
 
org.jboss.arquillian.impl - package org.jboss.arquillian.impl
 
org.jboss.arquillian.impl.context - package org.jboss.arquillian.impl.context
 
org.jboss.arquillian.impl.event - package org.jboss.arquillian.impl.event
 
org.jboss.arquillian.impl.handler - package org.jboss.arquillian.impl.handler
 

P

ProfileBuilder - Interface in org.jboss.arquillian.impl.context
 

R

register(Class<? extends K>, EventHandler<? super K>) - Method in class org.jboss.arquillian.impl.context.AbstractEventContext
 
register(Class<? extends K>, EventHandler<? super K>) - Method in interface org.jboss.arquillian.impl.event.EventManager
 
register(Class<? extends K>, EventHandler<? super K>) - Method in class org.jboss.arquillian.impl.event.MapEventManager
 

S

setProfile(ContainerProfile) - Static method in class org.jboss.arquillian.impl.DeployableTestBuilder
 
StandaloneProfileBuilder - Class in org.jboss.arquillian.impl.context
StandaloneProfileBuilder
StandaloneProfileBuilder() - Constructor for class org.jboss.arquillian.impl.context.StandaloneProfileBuilder
 
stateNotNull(Object, String) - Static method in class org.jboss.arquillian.impl.Validate
Checks that obj is not null, throws exception if it is.
SuiteContext - Class in org.jboss.arquillian.impl.context
A SuiteContext is alive in the following life cycles:
BeforeSuite BeforeClass Before Test After AfterClass AfterSuite Used for firing events and storing of object that live in the Suite Scope.
SuiteContext(ServiceLoader) - Constructor for class org.jboss.arquillian.impl.context.SuiteContext
Create a new SuiteContext.

T

test(TestMethodExecutor) - Method in class org.jboss.arquillian.impl.EventTestRunnerAdaptor
 
TestCaseEnricher - Class in org.jboss.arquillian.impl.handler
A Handler for enriching the Test instance.
TestCaseEnricher() - Constructor for class org.jboss.arquillian.impl.handler.TestCaseEnricher
 
TestContext - Class in org.jboss.arquillian.impl.context
A TestContext is alive in the following life cycles:
Before Test After Used for firing events and storing of object that live in the Test Scope.
TestContext(ClassContext) - Constructor for class org.jboss.arquillian.impl.context.TestContext
Create a new TestContext for a given ClassContext.
TestEventExecuter - Class in org.jboss.arquillian.impl.handler
A Handler for executing the Test Method.
TestEventExecuter() - Constructor for class org.jboss.arquillian.impl.handler.TestEventExecuter
 

V

Validate - Class in org.jboss.arquillian.impl
Validate Validation utility

X

XmlConfigurationBuilder - Class in org.jboss.arquillian.impl
An implementation of ConfigurationBuilder that loads the configuration from the arquillian.xml file located in the root of the classpath.
XmlConfigurationBuilder() - Constructor for class org.jboss.arquillian.impl.XmlConfigurationBuilder
Constructor.
XmlConfigurationBuilder(String) - Constructor for class org.jboss.arquillian.impl.XmlConfigurationBuilder
Constructor.
XmlConfigurationBuilder(String, ServiceLoader) - Constructor for class org.jboss.arquillian.impl.XmlConfigurationBuilder
Constructor.

A B C D E F G H M N O P R S T V X

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