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
ContentCollector
ExamReactor
StagedExamReactor
StagedExamReactorFactory
Classes
DefaultExamReactor
DefaultExamSystem
PaxExamRuntime
Probes
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
StagedExamReactorFactory
org.ops4j.pax.exam.spi.StagedExamReactorFactory
Known Indirect Subclasses
AllConfinedStagedReactorFactory
,
EagerSingleStagedReactorFactory
,
PerClass
,
PerMethod
,
PerSuite
AllConfinedStagedReactorFactory
This class is deprecated. Use
PerMethod
instead.
EagerSingleStagedReactorFactory
This class is deprecated. Use
PerClass
instead.
PerClass
This reactor factory creates a test reactor which restarts the test container for each test class.
PerMethod
This reactor factory creates a test reactor which restarts the test container for each test method.
PerSuite
This reactor factory creates a test reactor which is used for the entire test suite.
Summary
Public Methods
abstract
StagedExamReactor
create
(List<TestContainer> factory, List<TestProbeBuilder> probes)
Public Methods
public abstract
StagedExamReactor
create
(List<TestContainer> factory, List<TestProbeBuilder> probes)