| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.spi.PaxExamRuntime |
Pax Exam runtime.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convenience factory when just dealing with one container (intentionally).
| |||||||||||
Creates and starts a test container using options from a configuration class.
| |||||||||||
Select yourself
| |||||||||||
Discovers the regression container.
| |||||||||||
Runs a standalone container in server mode which can be terminated gracefully by sending text
commands over a socket.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Convenience factory when just dealing with one container (intentionally). Note, this will break if there is not exaclty one container available and parsed from options. If there are more containers, just the first (whatever comes first) will be picked.
| system | to be used. |
|---|
Creates and starts a test container using options from a configuration class.
| configurationClassName | fully qualified class name of a configuration class. |
|---|
| Exception |
|---|
| IOException |
|---|
| IOException |
|---|
Select yourself
| select | the exact implementation if you dont want to rely on commons util discovery or change different containers in a single project. |
|---|
Discovers the regression container. Discovery is performed via ServiceLoader discovery mechanism.
Runs a standalone container in server mode which can be terminated gracefully by sending text commands over a socket.
This class must be invoked with two arguments:
@Configuration class
| args | command line argument |
|---|
| Exception |
|---|