| Interface | Description |
|---|---|
| AnnotationHandler |
| Class | Description |
|---|---|
| AllConfinedStagedReactor |
This will use new containers for any regression (hence confined)
|
| AllConfinedStagedReactorFactory | Deprecated
Use
PerMethod instead. |
| EagerSingleStagedReactor |
One target only reactor implementation (simpliest and fastest)
|
| EagerSingleStagedReactorFactory | Deprecated
Use
PerClass instead. |
| PerClass |
This reactor factory creates a test reactor which restarts the test container for each test
class.
|
| PerMethod |
This reactor factory creates a test reactor which restarts the test container for each test
method.
|
| PerSuite |
This reactor factory creates a test reactor which is used for the entire test suite.
|
| PerSuiteStagedReactor |
A reactor implementation which keeps the same container(s) running for the entire test suite.
|
| ReactorManager |
Manages the exam system and reactor required by a test driver.
|
| SingletonStagedReactor |
A singleton reactor which starts the container and installs the probes just once.
|
| Annotation Type | Description |
|---|---|
| ExamReactorStrategy |
Define the invokation strategy.
|
Copyright © 2006–2018 OPS4J - Open Participation Software for Java. All rights reserved.