com.sun.spot.testFramework
Class TestRunner
java.lang.Object
com.sun.spot.testFramework.TestRunner
public class TestRunner
- extends Object
The TestRunner runs test cases contained in a subclass of TestBase.
For information on using the TestRunner see ITestCases.
|
Method Summary |
void |
run(ITestCases tc)
Start a test run by executing the test cases in the supplied object |
void |
showResults()
|
TestRunner
public TestRunner()
TestRunner
public TestRunner(ITestResultLog testResultLog)
run
public void run(ITestCases tc)
- Start a test run by executing the test cases in the supplied object
- Parameters:
tc - The object holding the test cases
showResults
public void showResults()
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.