public class AllConfinedStagedReactor extends Object implements StagedExamReactor
| Constructor and Description |
|---|
AllConfinedStagedReactor(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.
|
void |
setUp() |
void |
tearDown() |
public void setUp()
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 tearDown()
public 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.