public class

PerClass

extends EagerSingleStagedReactorFactory
java.lang.Object
   ↳ org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactorFactory
     ↳ org.ops4j.pax.exam.spi.reactors.PerClass

Class Overview

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

Summary

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

Public Constructors

public PerClass ()