com.sun.javatest
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, notifyStartingTest
public boolean runTests(java.util.Iterator testIter) throws java.lang.InterruptedException
TestRunner
TestRunner.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 TestRunner
testIter
- the iterator to be used to obtain the tests to be runjava.lang.InterruptedException
- if the test run was interruptedCopyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.