package

org.ops4j.pax.exam.spi.reactors

Interfaces

Classes

AllConfinedStagedReactor This will use new containers for any regression (hence confined)  
AllConfinedStagedReactorFactory This class is deprecated. Use PerMethod instead.  
EagerSingleStagedReactor One target only reactor implementation (simpliest and fastest) 
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. 
PerSuiteStagedReactor A reactor implementation which keeps the same container(s) running for the entire test suite. 
ReactorManager Manages the exam system and reactor required by a test driver. 
SingletonStagedReactor A singleton reactor which starts the container and installs the probes just once.