public class PerlScript extends Object
| Constructor and Description |
|---|
PerlScript() |
| Modifier and Type | Method and Description |
|---|---|
static org.testtoolinterfaces.testresult.TestResult.VERDICT |
execute(File aScript,
File aResultFile,
File aRunLog,
PerlConfiguration aConfiguration)
See http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
|
static org.testtoolinterfaces.testresult.TestResult.VERDICT |
execute(File aScript,
org.testtoolinterfaces.testsuite.ParameterArrayList aParameters,
File aResultFile,
File aRunLog,
PerlConfiguration aConfiguration)
See http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
|
public static org.testtoolinterfaces.testresult.TestResult.VERDICT execute(File aScript, File aResultFile, File aRunLog, PerlConfiguration aConfiguration) throws FileNotFoundException
aScript - the script to execute, without parametersaResultFile - the TTI Test Case Result FileaRunLog - the file to store the outputaConfiguration - the Perl settings to useFileNotFoundException - when the script or run-log does not
exist or are directoriespublic static org.testtoolinterfaces.testresult.TestResult.VERDICT execute(File aScript, org.testtoolinterfaces.testsuite.ParameterArrayList aParameters, File aResultFile, File aRunLog, PerlConfiguration aConfiguration) throws FileNotFoundException
aScript - the script to execute, without parametersaParameters - a table of parameters to useaResultFile - the TTI Test Case Result FileaRunLog - the file to store the outputaConfiguration - the Perl settings to useFileNotFoundException - when the base log dir does not
exist or is not a directoryCopyright © 2012. All Rights Reserved.