| Package | Description |
|---|---|
| org.ops4j.pax.exam.spi | |
| org.ops4j.pax.exam.spi.reactors |
| Modifier and Type | Method and Description |
|---|---|
StagedExamReactor |
ExamReactor.stage(StagedExamReactorFactory factory)
Last thing you parseForTests on the reactor usually.
|
StagedExamReactor |
DefaultExamReactor.stage(StagedExamReactorFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllConfinedStagedReactorFactory
Deprecated.
Use
PerMethod instead. |
class |
EagerSingleStagedReactorFactory
Deprecated.
Use
PerClass instead. |
class |
PerClass
This reactor factory creates a test reactor which restarts the test container for each test
class.
|
class |
PerMethod
This reactor factory creates a test reactor which restarts the test container for each test
method.
|
class |
PerSuite
This reactor factory creates a test reactor which is used for the entire test suite.
|
| Modifier and Type | Method and Description |
|---|---|
StagedExamReactorFactory |
AnnotationHandler.createStagedReactorFactory(Class<?> klass) |
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.