public class SingletonStagedReactor extends Object implements StagedExamReactor
| Modifier and Type | Method and Description |
|---|---|
void |
afterClass() |
void |
afterSuite() |
void |
beforeClass() |
void |
beforeSuite() |
static StagedExamReactor |
getInstance(List<org.ops4j.pax.exam.TestContainer> containers,
List<org.ops4j.pax.exam.TestProbeBuilder> mProbes) |
Set<org.ops4j.pax.exam.TestAddress> |
getTargets() |
void |
invoke(org.ops4j.pax.exam.TestAddress address)
Invoke an actual regression.
|
void |
tearDown() |
public static StagedExamReactor getInstance(List<org.ops4j.pax.exam.TestContainer> containers, List<org.ops4j.pax.exam.TestProbeBuilder> mProbes)
containers - to be usedmProbes - to be installed on all probespublic 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 tearDown()
public void beforeSuite()
beforeSuite in interface StagedExamReactorpublic void afterSuite()
afterSuite in interface StagedExamReactorpublic void beforeClass()
beforeClass in interface StagedExamReactorpublic void afterClass()
afterClass in interface StagedExamReactorCopyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.