polyglot.pth
Class ScriptTestSuite
java.lang.Object
polyglot.pth.AbstractTest
polyglot.pth.TestSuite
polyglot.pth.ScriptTestSuite
- All Implemented Interfaces:
- Test
public class ScriptTestSuite
- extends TestSuite
Methods inherited from class polyglot.pth.AbstractTest |
getDescription, getFailureMessage, getName, getTestResult, preRun, run, setDescription, setFailureMessage, setName, setTestResult, success |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scriptFile
protected java.io.File scriptFile
saveProblem
protected boolean saveProblem
ScriptTestSuite
public ScriptTestSuite(java.lang.String scriptFilename)
ScriptTestSuite
public ScriptTestSuite(java.io.File scriptFile)
loadScript
protected boolean loadScript()
runTest
protected boolean runTest()
- Overrides:
runTest
in class TestSuite
postIndividualTest
protected void postIndividualTest()
- Overrides:
postIndividualTest
in class TestSuite
postRun
protected void postRun()
- Overrides:
postRun
in class AbstractTest
parseScript
protected boolean parseScript()
loadResults
protected void loadResults()
saveResults
protected boolean saveResults()
getTests
public java.util.List getTests()
- Overrides:
getTests
in class TestSuite