public class PerSuiteStagedReactor extends Object implements StagedExamReactor
Since the test drivers create a new reactor per test class, this implementation delegates to a
SingletonStagedReactor which remembers its state and does not restart the test
containers.
| Constructor and Description |
|---|
PerSuiteStagedReactor(List<org.ops4j.pax.exam.TestContainer> containers,
List<org.ops4j.pax.exam.TestProbeBuilder> mProbes) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterClass() |
void |
afterSuite() |
void |
afterTest() |
void |
beforeClass() |
void |
beforeSuite() |
void |
beforeTest() |
Set<org.ops4j.pax.exam.TestAddress> |
getTargets() |
void |
invoke(org.ops4j.pax.exam.TestAddress address)
Invoke an actual regression.
|
public void invoke(org.ops4j.pax.exam.TestAddress address)
throws Exception
StagedExamReactorinvoke in interface StagedExamReactoraddress - reference to a concrete, single regression.Exception - in case of a problem.public Set<org.ops4j.pax.exam.TestAddress> getTargets()
getTargets in interface StagedExamReactorpublic void afterSuite()
afterSuite in interface StagedExamReactorpublic void afterTest()
public void beforeTest()
public void afterClass()
afterClass in interface StagedExamReactorpublic void beforeClass()
beforeClass in interface StagedExamReactorpublic void beforeSuite()
beforeSuite in interface StagedExamReactorCopyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.