|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OSGiJunitRunner
OSGi Junit Runner.
Method Summary | |
---|---|
List |
getTests()
Get the list of available test suites. |
List |
getTests(long bundleId)
Get the tests from the given bundle. |
List |
run()
Run the tests. |
List |
run(long bundleId)
Run the tests from the given bundle. |
junit.framework.TestResult |
run(junit.framework.Test test)
Run the given test. |
void |
setResultPrinter(PrintStream ps)
Set the output stream of the runner. |
Method Detail |
---|
void setResultPrinter(PrintStream ps)
ps
- the print stream.List run()
List run(long bundleId)
bundleId
- the bundle id containing the tests.
List getTests()
List getTests(long bundleId)
bundleId
- the bundle id.
junit.framework.TestResult run(junit.framework.Test test)
test
- the test to execute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |