| java.lang.Object |
| ↳ |
org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor |
Class Overview
One target only reactor implementation (simpliest and fastest)
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.ops4j.pax.exam.spi.StagedExamReactor
|
Public Constructors
public
EagerSingleStagedReactor
(List<TestContainer> containers, List<TestProbeBuilder> mProbes)
Parameters
| containers
| to be used |
| mProbes
| to be installed on all probes
|
Public Methods
public
void
afterClass
()
public
void
afterSuite
()
public
void
beforeClass
()
public
void
beforeSuite
()
public
void
beforeTest
()
public
Set<TestAddress>
getTargets
()
public
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. |