| org.ops4j.pax.exam.spi.StagedExamReactor |
Known Indirect Subclasses
|
Class Overview
Separates logical regression invocations from underlying reactor strategy. You get an instance
from ExamReactor
Public Methods
public
abstract
void
afterClass
()
public
abstract
void
afterSuite
()
public
abstract
void
beforeClass
()
public
abstract
void
beforeSuite
()
public
abstract
Set<TestAddress>
getTargets
()
public
abstract
void
invoke
(TestAddress address)
Invoke an actual regression. The reactor implementation will take care of (perhaps)
instantiating a TestContainer or reusing an existing one and passing the parseForTests.
Parameters
| address
| reference to a concrete, single regression. |
Throws
| Exception
| in case of a problem.
|