|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.exam.options.AbstractDelegateProvisionOption<MockitoBundlesOption>
org.ops4j.pax.exam.junit.options.MockitoBundlesOption
public class MockitoBundlesOption
Option specifying Mockito bundles (osgi-fyed mockito). See: http://code.google.com/p/mockito/ By default uses the mockito-all delivery wrapped up on the fly as a bundle. Version: 1.7. Can be changed.
Constructor Summary | |
---|---|
MockitoBundlesOption()
Constructor. |
Method Summary | |
---|---|
protected MockitoBundlesOption |
itself()
Implemented by sub classes in order to return itself (this) for fluent api usage |
java.lang.String |
toString()
|
MockitoBundlesOption |
version(java.lang.String version)
Sets the Mockito version. |
Methods inherited from class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption |
---|
getDelegate, getStartLevel, getURL, noStart, noUpdate, shouldStart, shouldUpdate, start, start, startLevel, update, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MockitoBundlesOption()
Method Detail |
---|
public MockitoBundlesOption version(java.lang.String version)
version
- Mockito version.
public java.lang.String toString()
toString
in class java.lang.Object
protected MockitoBundlesOption itself()
itself
in class AbstractDelegateProvisionOption<MockitoBundlesOption>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |