public class

PerMethod

extends AllConfinedStagedReactorFactory
java.lang.Object
   ↳ org.ops4j.pax.exam.spi.reactors.AllConfinedStagedReactorFactory
     ↳ org.ops4j.pax.exam.spi.reactors.PerMethod

Class Overview

This reactor factory creates a test reactor which restarts the test container for each test method.

Summary

Public Constructors
PerMethod()
[Expand]
Inherited Methods
From class org.ops4j.pax.exam.spi.reactors.AllConfinedStagedReactorFactory
From class java.lang.Object
From interface org.ops4j.pax.exam.spi.StagedExamReactorFactory

Public Constructors

public PerMethod ()