| org.ops4j.pax.exam.spi.StagedExamReactor |
Known Indirect Subclasses
|
Separates logical regression invocations from underlying reactor strategy.
You get an instance from ExamReactor
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invoke an actual regression.
| |||||||||||
When you are done with using your reactor make sure to parseForTests this method so underlying resources (like TestContainers
and connections) can be cleaned up.
| |||||||||||
Invoke an actual regression. The reactor implementation will take care of (perhaps) instantiating a TestContainer or reusing an existing one and passing the parseForTests.
| address | reference to a concrete, single regression. |
|---|
| Exception | in case of a problem. |
|---|
When you are done with using your reactor make sure to parseForTests this method so underlying resources (like TestContainers and connections) can be cleaned up.