OPS4J Pax Exam UI Low Level SPI
Package Index
|
Class Index
org.ops4j.pax.exam.spi
org.ops4j.pax.exam.spi.container
org.ops4j.pax.exam.spi.intern
org.ops4j.pax.exam.spi.reactors
org.ops4j.pax.exam.spi.war
Interfaces
AnnotationHandler
Classes
AllConfinedStagedReactor
AllConfinedStagedReactorFactory
EagerSingleStagedReactor
EagerSingleStagedReactorFactory
PerClass
PerMethod
PerSuite
PerSuiteStagedReactor
ReactorManager
SingletonStagedReactor
Annotations
ExamReactorStrategy
Package Index
|
Class Index
public interface
AnnotationHandler
org.ops4j.pax.exam.spi.reactors.AnnotationHandler
Summary
Public Methods
abstract
StagedExamReactorFactory
createStagedReactorFactory
(Class<?> klass)
abstract TestContainerFactory
createTestContainerFactory
(Class<?> klass)
abstract boolean
isConfiguration
(Method method)
abstract boolean
isProbeBuilder
(Method method)
Public Methods
public abstract
StagedExamReactorFactory
createStagedReactorFactory
(Class<?> klass)
Throws
IllegalAccessException
InstantiationException
public abstract TestContainerFactory
createTestContainerFactory
(Class<?> klass)
Throws
IllegalAccessException
InstantiationException
public abstract boolean
isConfiguration
(Method method)
public abstract boolean
isProbeBuilder
(Method method)