Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Arquillian Test SPI 1.0.0.CR7
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
H
I
L
N
O
R
S
T
V
W
A
After
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired After the Test method execution.
After(Object, Method)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
After
After(Object, Method, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
After
after(Object, Method, LifecycleMethodExecutor)
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Deactivate the TestInstance.
AfterClass
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired After the Class execution.
AfterClass(Class<?>)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
AfterClass
AfterClass(Class<?>, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
AfterClass
afterClass(Class<?>, LifecycleMethodExecutor)
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Deactivate the TestClass.
AfterEnrichment
- Class in
org.jboss.arquillian.test.spi.event.enrichment
AfterEnrichment
AfterEnrichment()
- Constructor for class org.jboss.arquillian.test.spi.event.enrichment.
AfterEnrichment
AfterSuite
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired After the Suite execution.
AfterSuite()
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
AfterSuite
afterSuite()
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Deactivate the TestSuite.
ArquillianProxyException
- Exception in
org.jboss.arquillian.test.spi
Exception class used when a proxied exception cannot be created.
ArquillianProxyException()
- Constructor for exception org.jboss.arquillian.test.spi.
ArquillianProxyException
ArquillianProxyException(String, Throwable)
- Constructor for exception org.jboss.arquillian.test.spi.
ArquillianProxyException
ArquillianProxyException(String)
- Constructor for exception org.jboss.arquillian.test.spi.
ArquillianProxyException
ArquillianProxyException(Throwable)
- Constructor for exception org.jboss.arquillian.test.spi.
ArquillianProxyException
ArquillianProxyException(String, String, String, Throwable)
- Constructor for exception org.jboss.arquillian.test.spi.
ArquillianProxyException
ArquillianProxyException constructor based on an underlying exception that cannot be recreated.
B
Before
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired Before the Test method execution
Before(Object, Method)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
Before
Before(Object, Method, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
Before
before(Object, Method, LifecycleMethodExecutor)
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Activate a new TestInstance.
BeforeClass
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired Before the Class execution.
BeforeClass(Class<?>)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
BeforeClass
BeforeClass(Class<?>, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
BeforeClass
beforeClass(Class<?>, LifecycleMethodExecutor)
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Activate a new TestClass.
BeforeEnrichment
- Class in
org.jboss.arquillian.test.spi.event.enrichment
BeforeEnrichment
BeforeEnrichment()
- Constructor for class org.jboss.arquillian.test.spi.event.enrichment.
BeforeEnrichment
BeforeSuite
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired Before the Suite execution.
BeforeSuite()
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
BeforeSuite
beforeSuite()
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Activate a new TestSuite.
build()
- Static method in class org.jboss.arquillian.test.spi.
TestRunnerAdaptorBuilder
C
canProvide(Class<?>)
- Method in interface org.jboss.arquillian.test.spi.enricher.resource.
ResourceProvider
ClassContext
- Interface in
org.jboss.arquillian.test.spi.context
ClassContext
ClassEvent
- Class in
org.jboss.arquillian.test.spi.event.suite
Base for events fired in the Test Class execution cycle.
ClassEvent(Class<?>)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
ClassEvent
ClassEvent(TestClass)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
ClassEvent
ClassLifecycleEvent
- Class in
org.jboss.arquillian.test.spi.event.suite
A ClassLifeCycleEvent is a type of ClassEvent used for e.g.
ClassLifecycleEvent(Class<?>)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
ClassLifecycleEvent
Create a new ClassLifecycleEvent for a specific Class.
ClassLifecycleEvent(TestClass)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
ClassLifecycleEvent
Create a new ClassLifecycleEvent for a specific Class.
ClassLifecycleEvent(Class<?>, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
ClassLifecycleEvent
Create a new ClassLifecycleEvent for a specific Class.
ClassLifecycleEvent(TestClass, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
ClassLifecycleEvent
Create a new ClassLifecycleEvent for a specific Class.
ClassScoped
- Annotation Type in
org.jboss.arquillian.test.spi.annotation
SuiteScoped
ContainerProfile
- Enum in
org.jboss.arquillian.test.spi
ContainerProfile
createException()
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
Constructs an instance of the proxied exception based on the class name, message, stack trace and if applicable, the cause.
createForException(Throwable)
- Static method in class org.jboss.arquillian.test.spi.
ExceptionProxy
Static method to create an exception proxy for the passed in
Throwable
class.
createProxyException(String)
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
E
enrich(Object)
- Method in interface org.jboss.arquillian.test.spi.
TestEnricher
Extension point to add features to the a Test class instance.
EnrichmentEvent
- Class in
org.jboss.arquillian.test.spi.event.enrichment
EnrichmentEvent
EnrichmentEvent()
- Constructor for class org.jboss.arquillian.test.spi.event.enrichment.
EnrichmentEvent
ExceptionProxy
- Class in
org.jboss.arquillian.test.spi
Takes an exception class and creates a proxy that can be used to rebuild the exception.
ExceptionProxy()
- Constructor for class org.jboss.arquillian.test.spi.
ExceptionProxy
ExceptionProxy(Throwable)
- Constructor for class org.jboss.arquillian.test.spi.
ExceptionProxy
G
getAnnotation(Class<A>)
- Method in class org.jboss.arquillian.test.spi.
TestClass
getCause()
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
Returns the cause of the exception represented by this proxy
getEnd()
- Method in class org.jboss.arquillian.test.spi.
TestResult
Get the end time.
getExceptionProxy()
- Method in class org.jboss.arquillian.test.spi.
TestResult
getExecutor()
- Method in class org.jboss.arquillian.test.spi.event.suite.
ClassLifecycleEvent
getExecutor()
- Method in interface org.jboss.arquillian.test.spi.event.suite.
LifecycleEvent
Get the call back handler for this lifecycle method.
getExecutor()
- Method in class org.jboss.arquillian.test.spi.event.suite.
TestLifecycleEvent
getInstance()
- Method in interface org.jboss.arquillian.test.spi.
TestMethodExecutor
The current instance.
getJavaClass()
- Method in class org.jboss.arquillian.test.spi.
TestClass
getMethod(Class<? extends Annotation>)
- Method in class org.jboss.arquillian.test.spi.
TestClass
getMethod()
- Method in interface org.jboss.arquillian.test.spi.
TestMethodExecutor
The method to invoke.
getMethods(Class<? extends Annotation>)
- Method in class org.jboss.arquillian.test.spi.
TestClass
getName()
- Method in class org.jboss.arquillian.test.spi.
TestClass
getStart()
- Method in class org.jboss.arquillian.test.spi.
TestResult
Get the start time.
getStatus()
- Method in class org.jboss.arquillian.test.spi.
TestResult
Get the status of this test
getTestClass()
- Method in class org.jboss.arquillian.test.spi.event.suite.
ClassEvent
getTestInstance()
- Method in class org.jboss.arquillian.test.spi.event.suite.
TestEvent
getTestMethod()
- Method in class org.jboss.arquillian.test.spi.event.suite.
TestEvent
getTestMethodExecutor()
- Method in class org.jboss.arquillian.test.spi.event.suite.
Test
getThrowable()
- Method in class org.jboss.arquillian.test.spi.
TestResult
If the test failed, the exception that was thrown.
H
hasException()
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
Indicates whether this proxy wraps an exception
I
invoke()
- Method in interface org.jboss.arquillian.test.spi.
LifecycleMethodExecutor
invoke(Object...)
- Method in interface org.jboss.arquillian.test.spi.
TestMethodExecutor
Invokes the Method on the Instance.
isAnnotationPresent(Class<? extends Annotation>)
- Method in class org.jboss.arquillian.test.spi.
TestClass
L
LifecycleEvent
- Interface in
org.jboss.arquillian.test.spi.event.suite
Describes a Event with the capability of Vetoing the execution of a method.
LifecycleMethodExecutor
- Interface in
org.jboss.arquillian.test.spi
Generic wrapper for invoking Lifecycle methods.
lookup(ArquillianResource, Annotation...)
- Method in interface org.jboss.arquillian.test.spi.enricher.resource.
ResourceProvider
N
NO_OP
- Static variable in interface org.jboss.arquillian.test.spi.
LifecycleMethodExecutor
O
org.jboss.arquillian.test.spi
- package org.jboss.arquillian.test.spi
org.jboss.arquillian.test.spi.annotation
- package org.jboss.arquillian.test.spi.annotation
org.jboss.arquillian.test.spi.context
- package org.jboss.arquillian.test.spi.context
org.jboss.arquillian.test.spi.enricher.resource
- package org.jboss.arquillian.test.spi.enricher.resource
org.jboss.arquillian.test.spi.event.enrichment
- package org.jboss.arquillian.test.spi.event.enrichment
org.jboss.arquillian.test.spi.event.suite
- package org.jboss.arquillian.test.spi.event.suite
org.jboss.arquillian.test.spi.util
- package org.jboss.arquillian.test.spi.util
R
readExternal(ObjectInput)
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
Custom Serialization logic.
resolve(Method)
- Method in interface org.jboss.arquillian.test.spi.
TestEnricher
Extension point to add features to the test method arguments.
ResourceProvider
- Interface in
org.jboss.arquillian.test.spi.enricher.resource
ResourceProvider
S
set(TestRunnerAdaptor)
- Static method in class org.jboss.arquillian.test.spi.
TestRunnerAdaptorBuilder
setEnd(long)
- Method in class org.jboss.arquillian.test.spi.
TestResult
Set the end time of the test.
setStart(long)
- Method in class org.jboss.arquillian.test.spi.
TestResult
Set the start time of the test.
setStatus(TestResult.Status)
- Method in class org.jboss.arquillian.test.spi.
TestResult
setThrowable(Throwable)
- Method in class org.jboss.arquillian.test.spi.
TestResult
shutdown()
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Shutdown Arquillian cleanly.
SuiteContext
- Interface in
org.jboss.arquillian.test.spi.context
SuiteContext
SuiteEvent
- Class in
org.jboss.arquillian.test.spi.event.suite
Base for events fired in the Suite execution cycle.
SuiteEvent()
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
SuiteEvent
SuiteScoped
- Annotation Type in
org.jboss.arquillian.test.spi.annotation
SuiteScoped
T
Test
- Class in
org.jboss.arquillian.test.spi.event.suite
Event fired to execute the Test method
Test(TestMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
Test
test(TestMethodExecutor)
- Method in interface org.jboss.arquillian.test.spi.
TestRunnerAdaptor
Activate a TestMethod execution.
TestClass
- Class in
org.jboss.arquillian.test.spi
Wraps a class to be run, providing method validation and annotation searching.
TestClass(Class<?>)
- Constructor for class org.jboss.arquillian.test.spi.
TestClass
TestContext
- Interface in
org.jboss.arquillian.test.spi.context
TestContext
TestEnricher
- Interface in
org.jboss.arquillian.test.spi
SPI used to enrich the runtime test object.
TestEvent
- Class in
org.jboss.arquillian.test.spi.event.suite
Base for events fired in the Test execution cycle.
TestEvent(Object, Method)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
TestEvent
TestLifecycleEvent
- Class in
org.jboss.arquillian.test.spi.event.suite
A TestLifeCycleEvent is a type of TestEvent used for e.g.
TestLifecycleEvent(Object, Method)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
TestLifecycleEvent
Create a new TestLifecycleEvent for a specific testInstance executing a specific testMethod.
TestLifecycleEvent(Object, Method, LifecycleMethodExecutor)
- Constructor for class org.jboss.arquillian.test.spi.event.suite.
TestLifecycleEvent
Create a new TestLifecycleEvent for a specific testInstance executing a specific testMethod.
TestMethodExecutor
- Interface in
org.jboss.arquillian.test.spi
TestMethodExecutor
TestResult
- Class in
org.jboss.arquillian.test.spi
A test result which may be serialized for communicate between client and server
TestResult()
- Constructor for class org.jboss.arquillian.test.spi.
TestResult
Create a empty result.
TestResult(TestResult.Status)
- Constructor for class org.jboss.arquillian.test.spi.
TestResult
Create a new TestResult.
TestResult(TestResult.Status, Throwable)
- Constructor for class org.jboss.arquillian.test.spi.
TestResult
Create a new TestResult.
TestResult.Status
- Enum in
org.jboss.arquillian.test.spi
The test status
TestRunnerAdaptor
- Interface in
org.jboss.arquillian.test.spi
TestRunnerAdaptor Need to be Thread-safe
TestRunnerAdaptorBuilder
- Class in
org.jboss.arquillian.test.spi
DeployableTestBuilder
TestScoped
- Annotation Type in
org.jboss.arquillian.test.spi.annotation
SuiteScoped
toString()
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
toString()
- Method in class org.jboss.arquillian.test.spi.
TestResult
V
valueOf(String)
- Static method in enum org.jboss.arquillian.test.spi.
ContainerProfile
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.jboss.arquillian.test.spi.
TestResult.Status
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jboss.arquillian.test.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.test.spi.
TestResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
W
writeExternal(ObjectOutput)
- Method in class org.jboss.arquillian.test.spi.
ExceptionProxy
A
B
C
E
G
H
I
L
N
O
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Arquillian Test SPI 1.0.0.CR7
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
JBoss by Red Hat
. All Rights Reserved.