Pax Exam Reactor
Reactor Strategies
A reactor strategy defines a factory for creating reactors. The reactor strategy determines whether the test container will be stopped and restarted between tests. The reactor strategy is defined by an annotation on the test class.
@RunWith(PaxExam.class)
@ExamReactorStrategy(PerMethod.class)
public class ExplodedReferenceTest {
}