| java.lang.Object | ||
| ↳ | org.ops4j.pax.exam.options.AbstractDelegateProvisionOption<T extends org.ops4j.pax.exam.options.AbstractDelegateProvisionOption<?>> | |
| ↳ | org.ops4j.pax.exam.options.libraries.JUnitBundlesOption | |
Option specifying junit bundles (osgi-fyed JUnit). By default uses junit bundle published by SpringSource, version 4.4.0 (can be changed).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the junit version.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Implemented by sub classes in order to return itself (this) for fluent api usage
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.options.ProvisionControl
| |||||||||||
From interface
org.ops4j.pax.exam.options.UrlReference
| |||||||||||
Constructor.
Sets the junit version.
| version | junit version. |
|---|
Implemented by sub classes in order to return itself (this) for fluent api usage