public class DefaultTestRunner extends TestRunner
Script,
and handling timeouts.| Constructor and Description |
|---|
DefaultTestRunner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
runTests(java.util.Iterator testIter)
Run the tests obtained from an iterator.
|
getBackupPolicy, getConcurrency, getEnvironment, getExcludedTestCases, getExcludeList, getTestSuite, getWorkDirectory, notifyFinishedTest, notifyStartingTestpublic boolean runTests(java.util.Iterator testIter)
throws java.lang.InterruptedException
TestRunnerTestRunner.notifyStartingTest(com.sun.javatest.TestResult).
When the test completes (however it completes) the implementation of
this method must call TestRunner.notifyFinishedTest(com.sun.javatest.TestResult).runTests in class TestRunnertestIter - the iterator to be used to obtain the tests to be runjava.lang.InterruptedException - if the test run was interruptedCopyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.