| Package | Description |
|---|---|
| org.ops4j.pax.exam.spi | |
| org.ops4j.pax.exam.spi.reactors |
| Modifier and Type | Method and Description |
|---|---|
StagedExamReactor |
StagedExamReactorFactory.create(List<org.ops4j.pax.exam.TestContainer> factory,
List<org.ops4j.pax.exam.TestProbeBuilder> probes) |
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 |
AllConfinedStagedReactor
This will use new containers for any regression (hence confined)
|
class |
EagerSingleStagedReactor
One target only reactor implementation (simpliest and fastest)
|
class |
PerSuiteStagedReactor
A reactor implementation which keeps the same container(s) running for the entire test suite.
|
class |
SingletonStagedReactor
A singleton reactor which starts the container and installs the probes just once.
|
| Modifier and Type | Method and Description |
|---|---|
StagedExamReactor |
PerSuite.create(List<org.ops4j.pax.exam.TestContainer> containers,
List<org.ops4j.pax.exam.TestProbeBuilder> probes) |
StagedExamReactor |
AllConfinedStagedReactorFactory.create(List<org.ops4j.pax.exam.TestContainer> containers,
List<org.ops4j.pax.exam.TestProbeBuilder> mProbes)
Deprecated.
|
StagedExamReactor |
EagerSingleStagedReactorFactory.create(List<org.ops4j.pax.exam.TestContainer> containers,
List<org.ops4j.pax.exam.TestProbeBuilder> mProbes)
Deprecated.
|
static StagedExamReactor |
SingletonStagedReactor.getInstance(List<org.ops4j.pax.exam.TestContainer> containers,
List<org.ops4j.pax.exam.TestProbeBuilder> mProbes) |
StagedExamReactor |
ReactorManager.stageReactor()
Stages the reactor for the current class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactorManager.afterClass(StagedExamReactor stagedReactor,
Class<?> klass) |
void |
ReactorManager.afterSuite(StagedExamReactor stagedReactor) |
void |
ReactorManager.beforeClass(StagedExamReactor stagedReactor,
Object testClassInstance) |
void |
ReactorManager.beforeSuite(StagedExamReactor stagedReactor) |
Copyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.