public final class ScriptRunner
extends java.lang.Object
ScriptRunner
class runs test template scripts with corresponding scripting engines.Modifier and Type | Method and Description |
---|---|
static void |
run(Options options,
java.lang.String templateFile)
Runs the specified test template to generate a set of test programs.
|
public static void run(Options options, java.lang.String templateFile) throws java.lang.Throwable
options
- Options that set up the run configuration.templateFile
- Test template to be run.java.lang.Throwable
- if any issues occurred during the script run. A special case is
GenerationAbortedException
which means that some
of the engines invoked by the script decided to abort generation.