| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.spi.PaxExamRuntime |
Pax Exam runtime.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convenience factory when just dealing with one container (intentionally).
| |||||||||||
Select yourself
| |||||||||||
Discovers the regression container.
| |||||||||||
|
[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. |
|---|
| 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.