| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.spi.PaxExamRuntime |
Pax Exam runtime.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convenience factory when just dealing with one container (intentionally).
| |||||||||||
Discovers the regression container.
| |||||||||||
Select yourself
| |||||||||||
|
[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 |
|---|
Discovers the regression container. Discovery is performed via ServiceLoader discovery mechanism.
Select yourself
| select | the exact implementation if you dont want to rely on commons util discovery or change different containers in a single project. |
|---|