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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Script.initDelegate(Script s,
java.lang.String[] scriptArgs)
Initialize a delegate script object.
|
Modifier and Type | Class and 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.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.