Uses of Class
com.sun.javatest.Script
-
Packages that use Script Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.lib 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 Script Modifier and Type Method Description Script
TestSuite. createScript(TestDescription td, java.lang.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 Script Modifier and Type Method Description protected void
Script. initDelegate(Script s, java.lang.String[] scriptArgs)
Initialize a delegate script object. -
Uses of Script in com.sun.javatest.lib
Subclasses of Script in com.sun.javatest.lib Modifier and Type Class Description class
APIScript
A Script designed to compile/execute a test.class
KeywordScript
Default script, which delegates to one of a number of scripts defined in environment entries, according to the keywords on the test description.class
ReportScript
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
StdTestScript
A Script to compile/execute a standard test.
-