public class OsgiJUnitService extends Object implements TestRunnerService
| Constructor and Description |
|---|
OsgiJUnitService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeTest(OsgiJUnitTest test)
Execute the JUnit test and publish results to the outside-OSGi world.
|
void |
runTest(OsgiJUnitTest test) |
protected junit.framework.TestResult |
runTest(OsgiJUnitTest osgiTestExtensions,
String testName)
Run fixture setup, test from the given test case and fixture teardown.
|
public void runTest(OsgiJUnitTest test)
runTest in interface TestRunnerServiceprotected void executeTest(OsgiJUnitTest test) throws Exception
test - Exceptionprotected junit.framework.TestResult runTest(OsgiJUnitTest osgiTestExtensions, String testName)
osgiTestExtensions - testName - Copyright © 2006–2023. All rights reserved.