|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsgiJUnitTest | |
---|---|
org.eclipse.gemini.blueprint.test.internal | |
org.eclipse.gemini.blueprint.test.internal.support | Gemini Blueprint testing support. |
Uses of OsgiJUnitTest in org.eclipse.gemini.blueprint.test.internal |
---|
Methods in org.eclipse.gemini.blueprint.test.internal with parameters of type OsgiJUnitTest | |
---|---|
void |
TestRunnerService.runTest(OsgiJUnitTest test)
|
Uses of OsgiJUnitTest in org.eclipse.gemini.blueprint.test.internal.support |
---|
Classes in org.eclipse.gemini.blueprint.test.internal.support that implement OsgiJUnitTest | |
---|---|
class |
OsgiJUnitTestAdapter
Reflection-based adapter for OsgiJUnitTest used for wrapping
AbstractOsgiTests & co. |
Methods in org.eclipse.gemini.blueprint.test.internal.support with parameters of type OsgiJUnitTest | |
---|---|
protected void |
OsgiJUnitService.executeTest(OsgiJUnitTest test)
Execute the JUnit test and publish results to the outside-OSGi world. |
void |
OsgiJUnitService.runTest(OsgiJUnitTest test)
|
protected junit.framework.TestResult |
OsgiJUnitService.runTest(OsgiJUnitTest osgiTestExtensions,
String testName)
Run fixture setup, test from the given test case and fixture teardown. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |