public class

PerSuite

extends Object
implements StagedExamReactorFactory
java.lang.Object
   ↳ org.ops4j.pax.exam.spi.reactors.PerSuite

Class Overview

This reactor factory creates a test reactor which is used for the entire test suite. The reactor is shut down lazily when the virtual machine exits.

Summary

Public Constructors
PerSuite()
Public Methods
StagedExamReactor create(List<TestContainer> containers, List<TestProbeBuilder> probes)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.spi.StagedExamReactorFactory

Public Constructors

public PerSuite ()

Public Methods

public StagedExamReactor create (List<TestContainer> containers, List<TestProbeBuilder> probes)