| org.ops4j.pax.exam.spi.ExamReactor |
Known Indirect Subclasses
|
Part of the Plumbing Level API.
The container creation control process needs a higher level control.
Instead of directly creating containers out of org.ops4j.pax.exam.TestContainerFactory it is recommended
to use ExamReactor instead.
StagedExamReactor that can be used to retrieve containers.
Now its up to the reactor and its configuration when to use and re-use the TestContainers.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the Configuration that contribute to desired container(s) you will get after calling
stage(StagedExamReactorFactory). | |||||||||||
Add the probe that contribute to desired container(s) you will get after calling
stage(StagedExamReactorFactory). | |||||||||||
Last thing you parseForTests on the reactor usually.
| |||||||||||
Add the Configuration that contribute to desired container(s) you will get after calling stage(StagedExamReactorFactory).
| options | a set of (user-end) options. |
|---|
Add the probe that contribute to desired container(s) you will get after calling stage(StagedExamReactorFactory).
| addTest | provider that will (in the end) create a probe to be installed in the target container. |
|---|
Last thing you parseForTests on the reactor usually. This gives you a unmodifiable Reactor version.
| factory | to be used to stage. (usually a strategy) |
|---|
| IOException |
|---|