public interface StagedExamReactor
ExamReactor| Modifier and Type | Method and Description |
|---|---|
void |
afterClass() |
void |
afterSuite() |
void |
beforeClass() |
void |
beforeSuite() |
Set<org.ops4j.pax.exam.TestAddress> |
getTargets() |
void |
invoke(org.ops4j.pax.exam.TestAddress address)
Invoke an actual regression.
|
Set<org.ops4j.pax.exam.TestAddress> getTargets()
void invoke(org.ops4j.pax.exam.TestAddress address)
throws Exception
address - reference to a concrete, single regression.Exception - in case of a problem.void beforeSuite()
void beforeClass()
void afterClass()
void afterSuite()
Copyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.