|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.spot.testFramework.TestRunner
public class TestRunner
The TestRunner runs test cases contained in a subclass of TestBase
.
For information on using the TestRunner see ITestCases
.
Constructor Summary | |
---|---|
TestRunner()
|
|
TestRunner(ITestResultLog testResultLog)
|
Method Summary | |
---|---|
void |
run(ITestCases tc)
Start a test run by executing the test cases in the supplied object |
void |
showResults()
|
static void |
startWatchdog(int timeout)
Terminate execution after a specified period. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestRunner()
public TestRunner(ITestResultLog testResultLog)
Method Detail |
---|
public static void startWatchdog(int timeout)
timeout
- time to wait in millisecs before terminatingpublic void run(ITestCases tc)
tc
- The object holding the test casespublic void showResults()
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |