| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.spi.DefaultExamReactor |
Reactor decouples org.ops4j.pax.exam.TestContainer state from the observer. It is also in control to map probes to their configurations or vice versa. In essence, this implements the Container re-start/re-use policy topic by collecting relevant tests and configurations and passing them to a (user selected factory (see stage()).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.spi.ExamReactor
| |||||||||||
Add the Configuration that contribute to desired container(s) you will get after calling
stage(StagedExamReactorFactory).
| configuration | a set of (user-end) options. |
|---|
Add the probe that contribute to desired container(s) you will get after calling
stage(StagedExamReactorFactory).
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 |
|---|