Package ru.ispras.microtesk
Class ScriptRunner
- java.lang.Object
-
- ru.ispras.microtesk.ScriptRunner
-
public final class ScriptRunner extends java.lang.Object
TheScriptRunner
class runs test template scripts with corresponding scripting engines.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
run(Options options, java.lang.String templateFile)
Runs the specified test template to generate a set of test programs.
-
-
-
Method Detail
-
run
public static void run(Options options, java.lang.String templateFile) throws java.lang.Throwable
Runs the specified test template to generate a set of test programs.- Parameters:
options
- Options that set up the run configuration.templateFile
- Test template to be run.- Throws:
java.lang.Throwable
- if any issues occurred during the script run. A special case isGenerationAbortedException
which means that some of the engines invoked by the script decided to abort generation.
-
-