Uses of Class
com.sun.javatest.Script
Packages that use Script
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
This package contains miscellaneous library code
that may be used by tests and frameworks.
-
Uses of Script in com.sun.javatest
Methods in com.sun.javatest that return ScriptModifier and TypeMethodDescriptionTestSuite.createScript
(TestDescription td, String[] exclTestCases, TestEnvironment scriptEnv, WorkDirectory workDir, BackupPolicy backupPolicy) Create and initialize a Script that can be used to run a test.Methods in com.sun.javatest with parameters of type ScriptModifier and TypeMethodDescriptionprotected void
Script.initDelegate
(Script s, String... scriptArgs) Initialize a delegate script object. -
Uses of Script in com.sun.javatest.lib
Subclasses of Script in com.sun.javatest.libModifier and TypeClassDescriptionclass
A Script designed to compile/execute a test.class
Default script, which delegates to one of a number of scripts defined in environment entries, according to the keywords on the test description.class
A special script which reads the result file which is presumed to exist in the work directory as the result of a prior run.class
A Script to compile/execute a standard test.