|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scripts | |
---|---|
jtr.config | Here reside all the basic classes used to compose the object-oriented representation
of a jtr.xml configuration file. |
jtr.script | This package contains the main interfaces that must be implemented by both built-in and user-defined bindings to scripting-engines that should be used to run scripts meant for assigning parameters to runners. |
jtr.script.impl | This package contains the implementations of the built-in bindings to scripting-engines that can be used to run scripts meant for assigning parameters to runners. |
Uses of Scripts in jtr.config |
---|
Methods in jtr.config that return Scripts | |
---|---|
Scripts |
TestConfig.getScripts()
Get the object-oriented representation of the scripts section
taken from the jtr.xml file. |
Methods in jtr.config with parameters of type Scripts | |
---|---|
void |
TestConfig.setScripts(Scripts val)
Set the object-oriented representation of the scripts section
taken from the jtr.xml file. |
Uses of Scripts in jtr.script |
---|
Methods in jtr.script with parameters of type Scripts | |
---|---|
void |
IScriptEngine.setScripts(Scripts scripts)
Sets the configured collection of both l-scripts and p-scripts. |
Uses of Scripts in jtr.script.impl |
---|
Methods in jtr.script.impl that return Scripts | |
---|---|
protected Scripts |
AbstractScriptEngine.getScripts()
Returns the configured scripts, both library scripts and parameterization scripts. |
Methods in jtr.script.impl with parameters of type Scripts | |
---|---|
void |
AbstractScriptEngine.setScripts(Scripts scripts)
Sets the configured collection of both l-scripts and p-scripts. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |