|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.junit4osgi.Helper
public abstract class Helper
Helper abstract class. Helper objects aim to facilitate Test writing.
Field Summary | |
---|---|
protected BundleContext |
m_context
The bundle context. |
protected OSGiTestCase |
m_testcase
The OSGi Test case. |
Constructor Summary | |
---|---|
Helper(OSGiTestCase tc)
Creates a Helper. |
Method Summary | |
---|---|
abstract void |
dispose()
Rolls back the session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BundleContext m_context
protected OSGiTestCase m_testcase
Constructor Detail |
---|
public Helper(OSGiTestCase tc)
tc
- the OSGi Test CaseMethod Detail |
---|
public abstract void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |