- E_NewConfig(InterviewParameters) - Constructor for class com.sun.javatest.exec.BasicSession.E_NewConfig
-
- edit(String[]) - Method in class com.sun.interview.WizEdit
-
Apply a series of edits to the set of responses in an interview.
- edit(String) - Method in class com.sun.interview.WizEdit
-
Apply an edit to the set of responses in an interview.
- edit(String[]) - Method in class com.sun.javatest.EditJTI
-
Apply a series of edits to the current configuration.
- edit(String) - Method in class com.sun.javatest.EditJTI
-
Apply an edit to the current configuration.
- edit(File[], File) - Method in class com.sun.javatest.EditLinks
-
Edit the given files, using the current set of edits and ignores.
- edit(File, File) - Method in class com.sun.javatest.EditLinks
-
Edit the given file, using the current set of edits and ignores.
- edit() - Method in class com.sun.javatest.exec.BasicSessionControl
-
Causes configuration editor to appear.
- edit() - Method in interface com.sun.javatest.exec.ET_SessionControl
-
Causes configuration editor to appear
- edit(int) - Method in class com.sun.javatest.exec.InterviewEditor
-
Show dialog.
- EditableFileList - Class in com.sun.javatest.tool
-
A component that displays an editable list of filenames.
- EditableFileList() - Constructor for class com.sun.javatest.tool.EditableFileList
-
Create an empty component.
- EditableFileList(JFileChooser) - Constructor for class com.sun.javatest.tool.EditableFileList
-
Create an empty component, that uses a given file chooser
to allow the user to specify new filenames to be added.
- EditableList - Class in com.sun.javatest.tool
-
A component that displays an editable list of items.
- EditableList() - Constructor for class com.sun.javatest.tool.EditableList
-
Create an empty component, using a standard UIFactory for this class,
and using resources beginning with "list.".
- EditableList(UIFactory, String) - Constructor for class com.sun.javatest.tool.EditableList
-
Create an empty component, using a specified UIFactory and resource prefix.
- EditJTI - Class in com.sun.javatest
-
This class provides a utility for command-line editing of configuration (.jti) files.
- EditJTI() - Constructor for class com.sun.javatest.EditJTI
-
- EditJTI.BadArgs - Exception in com.sun.javatest
-
This exception is used to indicate a problem with the command line arguments.
- EditJTI.Fault - Exception in com.sun.javatest
-
This exception is used to report problems that arise when using this API.
- EditLinks - Class in com.sun.javatest
-
A utility to rewrite links within a set of HTML files.
- EditLinks() - Constructor for class com.sun.javatest.EditLinks
-
Create an empty editor object.
- EditLinks(String[]) - Constructor for class com.sun.javatest.EditLinks
-
Create an editor object based on command line args.
- EditLinks.BadArgs - Exception in com.sun.javatest
-
An exception to report bad command line arguments.
- elements() - Method in class com.sun.javatest.TestEnvironment
-
Enumerate the elements for this environment, including any inherited elements.
- elements() - Method in class com.sun.javatest.TestResultTable
-
List all the tests in the tree.
- elements(TestFilter[]) - Method in class com.sun.javatest.TestResultTable
-
Same description as getIterator() method with same args.
- elements(TestResultTable.TreeNode) - Static method in class com.sun.javatest.TestResultTable
-
List all the tests under this node.
- elements(TestResultTable.TreeNode, TestFilter) - Static method in class com.sun.javatest.TestResultTable
-
Same description as getIterator() method with same args.
- elements(TestResultTable.TreeNode, TestFilter[]) - Static method in class com.sun.javatest.TestResultTable
-
Same description as getIterator() method with same args.
- elements(String, TestFilter[]) - Method in class com.sun.javatest.TestResultTable
-
Get an enumerator capable of producing a filtered view of the test
suite.
- elements(File[], TestFilter[]) - Method in class com.sun.javatest.TestResultTable
-
Same as getIterator() with the same args.
- elements(String[], TestFilter[]) - Method in class com.sun.javatest.TestResultTable
-
This method is the same as getIterator() with the same params.
- elementsUsed() - Method in class com.sun.javatest.TestEnvironment
-
Get a collection containing those entries in this environment that have been
referenced, either directly via lookup, or indirectly via the $ syntax in
other entries.
- enableDirectories(boolean) - Method in class com.sun.javatest.tool.FileChooser
-
Allows to disable directories browsing
- encode(String) - Static method in class com.sun.javatest.Status
-
Encodes strings containing non-ascii characters, where all characters
are replaced with with their Unicode code.
- encodeARGB(Color) - Static method in enum com.sun.javatest.tool.UIFactory.Colors
-
- END - Static variable in class com.sun.javatest.TestResult
-
The name of the property that defines the time at which the test
execution finished.
- endEmptyTag(String) - Method in class com.sun.javatest.util.HTMLWriter
-
Finish an empty element tag, such as a META, BASE or LINK tag.
- endTag(String) - Method in class com.sun.javatest.util.HTMLWriter
-
Finish an HTML tag.
- endTag(String) - Method in class com.sun.javatest.util.XMLWriter
-
Finish an XML tag.
- ensureExtension(String) - Method in class com.sun.interview.ExtensionFileFilter
-
Ensure that a pathname ends with one of the extensions accepted
by this filter.
- ensureExtension(File) - Method in class com.sun.interview.ExtensionFileFilter
-
Ensure that a filename ends with one of the extensions accepted
by this filter.
- ensureInterviewUpToDate() - Method in class com.sun.javatest.exec.BasicSessionControl
-
- Entry(String, String, String[], String[], String) - Constructor for class com.sun.javatest.ExcludeList.Entry
-
Create an ExcludeList entry.
- Entry(String, String, int[], String[], String) - Constructor for class com.sun.javatest.ExcludeList.Entry
-
- Entry(String, String, String[], String) - Constructor for class com.sun.javatest.KnownFailuresList.Entry
-
Create an ExcludeList entry.
- entrySet() - Method in class com.sun.javatest.util.PrefixMap
-
- enumerate() - Method in class com.sun.javatest.lib.TestCases
-
Return an enumeration of the selected test cases, based on the
select and exclude calls that have been made, if any.
- enumerate(String[]) - Static method in class com.sun.javatest.util.PropertyArray
-
Enumerate the properties in an array.
- env - Variable in class com.sun.javatest.Script
-
The test environment for the test being performed.
- env - Variable in class com.sun.javatest.TestFinder
-
- ENVIRONMENT - Static variable in class com.sun.javatest.TestResult
-
The name of the property that defines the environment name.
- EnvironmentInterview - Class in com.sun.javatest.interview
-
This interview collects the environment parameter, by means of environment (jte) files
and an environment name.
- EnvironmentInterview(InterviewParameters) - Constructor for class com.sun.javatest.interview.EnvironmentInterview
-
Create an interview.
- EnvironmentManager - Class in com.sun.javatest.tool
-
A command manager to handle the command line options for adding
default values into every test environment.
- equal(File[], File[]) - Static method in class com.sun.interview.FileListQuestion
-
Determine if two arrays of filenames are equal.
- equal(File, File) - Static method in class com.sun.interview.FileQuestion
-
Determine if two filenames are equal.
- equal(InetAddress, InetAddress) - Static method in class com.sun.interview.InetAddressQuestion
-
Compare two network address objects for equality.
- equal(String[], String[]) - Static method in class com.sun.interview.StringListQuestion
-
Compare two string arrays for equality.
- equal(String, String) - Static method in class com.sun.interview.StringListQuestion
-
Compare two strings for equality.
- equal(String, String) - Static method in class com.sun.interview.StringQuestion
-
Compare two strings for equality.
- equal(boolean[], boolean[]) - Static method in class com.sun.javatest.BasicParameters
-
Compare two boolean arrays for equality.
- equal(File[], File[]) - Static method in class com.sun.javatest.BasicParameters
-
Compare two arrays of Files for equality.
- equal(InterviewParameters, InterviewParameters) - Static method in class com.sun.javatest.exec.InterviewEditor
-
Compares two InterviewParameters objects for equivalence.
- equals(Object) - Method in class com.sun.interview.Question
-
Check if this question equals another.
- equals(Object) - Method in class com.sun.javatest.CompositeFilter
-
This implementation will compare the filters in the parameter filter
to the ones in this instance.
- equals(TestFilter[], TestFilter[]) - Static method in class com.sun.javatest.CompositeFilter
-
Check if two arrays are equal, using set-equality.
- equals(Object) - Method in class com.sun.javatest.ExcludeList.Entry
-
Compare this entry against another.
- equals(Object) - Method in class com.sun.javatest.ExcludeList
-
- equals(Object) - Method in class com.sun.javatest.ExcludeListFilter
-
- equals(Object) - Method in class com.sun.javatest.KeywordsFilter
-
- equals(Object) - Method in class com.sun.javatest.KnownFailuresList.Entry
-
Compare this entry against another.
- equals(Object) - Method in class com.sun.javatest.KnownFailuresList
-
- equals(Object) - Method in class com.sun.javatest.StatusFilter
-
- equals(Object) - Method in class com.sun.javatest.TestDescription
-
- eraseLog(WorkDirectory) - Method in class com.sun.javatest.TestSuite
-
Cleans the log file in given WorkDirectory
- ERROR - Static variable in class com.sun.javatest.exec.MultiFormatPane
-
- error(String) - Method in interface com.sun.javatest.Harness.Observer
-
The given error occurred.
- ERROR - Static variable in class com.sun.javatest.Status
-
A return code indicating that the test was not run because some error
occurred before the test could even be attempted.
- error(String) - Static method in class com.sun.javatest.Status
-
Create a Status to indicate that an error occurred while trying to run a test:
i.e.
- error(I18NResourceBundle, String) - Method in class com.sun.javatest.TestFinder
-
Report an error to the error handler.
- error(I18NResourceBundle, String, Object) - Method in class com.sun.javatest.TestFinder
-
Report an error to the error handler.
- error(I18NResourceBundle, String, Object[]) - Method in class com.sun.javatest.TestFinder
-
Report an error to the error handler.
- error(String) - Method in interface com.sun.javatest.TestFinder.ErrorHandler
-
Report an error found while reading a file.
- error(String) - Method in interface com.sun.javatest.TestFinderQueue.Observer
-
An error was reported by the test finder while reading a file.
- error(TestDescription, String) - Method in interface com.sun.javatest.TestFinderQueue.Observer
-
An error was reported by the test finder while reading a file.
- error(Throwable) - Method in interface com.sun.javatest.TestResultCache.Observer
-
Called when a serious error has occurred and the cache is unable to continue.
- ERROR - Static variable in class com.sun.javatest.tool.I18NUtils
-
- ERROR - Static variable in class com.sun.javatest.tool.IconFactory
-
- error_badExecuteArgs - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate problems in the executeArgs field
of a test description.
- error_badTestClassDir - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate a problem with a test's class directory.
- error_compFailUnexp - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate that a compilation failed unexpectedly.
- error_noActionSpecified - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate that no action was specified.
- error_noExecuteClass - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate that no execute class was specified in a test description.
- error_noExtnInSource - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate that no extension was found in a source file.
- error_noRMIClasses - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate that no rmi classes were specified in a test description.
- error_noSource - Static variable in class com.sun.javatest.Script
-
A status that may be used to indicate that no sources were specified in a test description.
- errorCount - Variable in class com.sun.javatest.report.KflSorter
-
- ErrorQuestion - Class in com.sun.interview
-
A "null" question with no response.
- ErrorQuestion(Interview, String) - Constructor for class com.sun.interview.ErrorQuestion
-
Create a question with a nominated tag.
- ET_Control - Interface in com.sun.javatest.exec
-
Base interface of ExecTool components
- ET_ControlFactory - Interface in com.sun.javatest.exec
-
Interface of factory to be used by ExecTool to create controls over
test configuring and running.
- ET_DefaultControlFactory - Class in com.sun.javatest.exec
-
Default implementation of ET_ControlFactory interface.
- ET_DefaultControlFactory(JComponent, UIFactory, TestSuite, ContextManager, ExecModel, Tool) - Constructor for class com.sun.javatest.exec.ET_DefaultControlFactory
-
Initializes fields, does not create any instances.
- ET_DefaultHelpControl - Class in com.sun.javatest.exec
-
- ET_DefaultViewControl - Class in com.sun.javatest.exec
-
- ET_DefaultViewControl(JComponent, TestSuite, ExecModel, UIFactory, ET_FilterControl) - Constructor for class com.sun.javatest.exec.ET_DefaultViewControl
-
- ET_FilterControl - Interface in com.sun.javatest.exec
-
Basic interface for controls over filters
- ET_FilterHandler - Class in com.sun.javatest.exec
-
This class handles all the special filter juggling that exec tool needs to do.
- ET_FilterHandler(JComponent, ExecModel, UIFactory) - Constructor for class com.sun.javatest.exec.ET_FilterHandler
-
- ET_HelpControl - Interface in com.sun.javatest.exec
-
Signal interface for a control over help.
- ET_ReportControl - Interface in com.sun.javatest.exec
-
Signal interface for a control over reporter.
- ET_SessionControl - Interface in com.sun.javatest.exec
-
Control over configuration settings in the harness.
- ET_ViewControl - Interface in com.sun.javatest.exec
-
- exc - Variable in exception com.sun.interview.JavaHelpFactory.BadHelpFault
-
The underlying JavaHelp exception.
- exclude(String) - Method in class com.sun.javatest.finder.ChameleonTestFinder
-
Exclude all files with a particular name from being scanned.
- exclude(String[]) - Method in class com.sun.javatest.finder.ChameleonTestFinder
-
Exclude all files with particular names from being scanned.
- exclude(String) - Method in class com.sun.javatest.finder.TagTestFinder
-
Exclude all files with a particular name from being scanned.
- exclude(String[]) - Method in class com.sun.javatest.finder.TagTestFinder
-
Exclude all files with particular names from being scanned.
- exclude(String) - Method in class com.sun.javatest.lib.TestCases
-
Explicitly exclude a set of test cases by name.
- exclude(String[]) - Method in class com.sun.javatest.lib.TestCases
-
Explicitly exclude a set of test cases by name.
- exclude(String[], String[]) - Method in class com.sun.javatest.Script
-
Modify the args for a test to be executed, according to a set
of test cases to be excluded.
- excludedTestCases - Variable in class com.sun.javatest.Script
-
The set of test cases to be excluded for this test.
- EXCLUDEFILE_EXTN - Static variable in class com.sun.javatest.ExcludeList
-
The standard extension for exclude-list files.
- ExcludeList - Class in com.sun.javatest
-
A set of tests to be excluded from a test run.
- ExcludeList() - Constructor for class com.sun.javatest.ExcludeList
-
Create a new exclude list.
- ExcludeList(File) - Constructor for class com.sun.javatest.ExcludeList
-
Create an ExcludeList from the data contained in a file.
- ExcludeList(File, boolean) - Constructor for class com.sun.javatest.ExcludeList
-
Create an ExcludeList from the data contained in a file.
- ExcludeList(File[]) - Constructor for class com.sun.javatest.ExcludeList
-
Create an ExcludeList from the data contained in a series of files.
- ExcludeList(File[], boolean) - Constructor for class com.sun.javatest.ExcludeList
-
Create an ExcludeList from the data contained in a series of files.
- ExcludeList.Entry - Class in com.sun.javatest
-
An entry in the exclude list.
- ExcludeList.Fault - Exception in com.sun.javatest
-
This exception is used to report problems manipulating an exclude list.
- excludeListError - Variable in class com.sun.javatest.BasicParameters
-
A string to identify any errors that may have occurred when
setting the exclude list parameters, or null if there were no such errors.
- ExcludeListFilter - Class in com.sun.javatest
-
A test filter that filters out tests that appear in an
ExcludeList
.
- ExcludeListFilter(ExcludeList) - Constructor for class com.sun.javatest.ExcludeListFilter
-
Create a test filter that filters out tests that appear in an exclude list.
- ExcludeListInterview - Class in com.sun.javatest.interview
-
This interview collects the "exclude list" test filter parameters.
- ExcludeListInterview(InterviewParameters) - Constructor for class com.sun.javatest.interview.ExcludeListInterview
-
Create an interview.
- ExcludeListUpdateHandler - Class in com.sun.javatest
-
A class to handle downloading exclude lists from a server.
- ExcludeListUpdateHandler(URL, File) - Constructor for class com.sun.javatest.ExcludeListUpdateHandler
-
Create a handler for downloading exclude lists from a server.
- excludesAllOf(TestDescription) - Method in class com.sun.javatest.ExcludeList
-
Test if a specific test is completely excluded according to the table.
- excludesAllOf(String) - Method in class com.sun.javatest.ExcludeList
-
Test if a specific test is completely excluded according to the table.
- excludesAnyOf(TestDescription) - Method in class com.sun.javatest.ExcludeList
-
Test if a specific test is partially or completely excluded according to the table.
- excludesAnyOf(String) - Method in class com.sun.javatest.ExcludeList
-
Test if a specific test is partially or completely excluded according to the table.
- exec(String[], String[], PrintWriter, PrintWriter) - Method in class com.sun.javatest.lib.ProcessCommand
-
Execute a command, bypassing the standard argument decoding of 'run'.
- EXEC_STATUS - Static variable in class com.sun.javatest.TestResult
-
The name of the property that defines the test execution status.
- execModel - Variable in class com.sun.javatest.exec.ET_DefaultControlFactory
-
- ExecModel - Interface in com.sun.javatest.exec
-
- ExecModelStub(TestSuite, ContextManager) - Constructor for class com.sun.javatest.exec.WorkDirChooseTool.ExecModelStub
-
- ExecStdTestOtherJVMCmd - Class in com.sun.javatest.lib
-
This is a modification of ProcessCommand
suitable
for executing standard tests in a separate JVM.
- ExecStdTestOtherJVMCmd() - Constructor for class com.sun.javatest.lib.ExecStdTestOtherJVMCmd
-
- ExecStdTestSameJVMCmd - Class in com.sun.javatest.lib
-
ExecStdTestSameJVMCmd executes a standard test (one that implements
the Test interface) in the same Java Virtual Machine as the caller.
- ExecStdTestSameJVMCmd() - Constructor for class com.sun.javatest.lib.ExecStdTestSameJVMCmd
-
- ExecTool - Class in com.sun.javatest.exec
-
- ExecTool(ExecToolManager, TestSuite) - Constructor for class com.sun.javatest.exec.ExecTool
-
- ExecToolManager - Class in com.sun.javatest.exec
-
- ExecToolManager(Desktop) - Constructor for class com.sun.javatest.exec.ExecToolManager
-
Create an ExecManager to manage the test manager windows on a desktop.
- execute(String, String) - Method in class com.sun.javatest.Script
-
Execute the given class with the given arguments, which need to be passed
to the environment for $ substitution and for splitting into separate strings.
- execute(String, String, String) - Method in class com.sun.javatest.Script
-
Execute the given class with the given arguments, which need to be passed
to the environment for $ substitution and for splitting into separate strings.
- execute(String, String[]) - Method in class com.sun.javatest.Script
-
Execute the given class with the given arguments.
- execute(String, String, String[]) - Method in class com.sun.javatest.Script
-
Execute the given class with the given arguments.
- exit() - Method in class com.sun.javatest.Status
-
Convenience exit() function for the main() of tests to exit in such a
way that the status passes up across process boundaries without losing
information (ie exit codes don't give the associated text of the status
and return codes when exceptions are thrown could cause unintended
results).
- EXIT_PREFIX - Static variable in class com.sun.javatest.Status
-
A string used to prefix the status when it is written to System.err
by
Status.exit()
.
- exitCodes - Static variable in class com.sun.javatest.Status
-
Exit codes used by Status.exit corresponding to
PASSED, FAILED, ERROR, NOT_RUN.
- ExitCount - Class in com.sun.javatest.util
-
ExitCount can be used by a family of cooperating objects (windows?) to cause
the process to exit when the last object is destroyed.
- ExitCount() - Constructor for class com.sun.javatest.util.ExitCount
-
- ExpandTestFinder - Class in com.sun.javatest.finder
-
This class allows a new tag "@expand" which allows a single test
description to be expanded into multiple test descriptions using
variable substitution.
- ExpandTestFinder() - Constructor for class com.sun.javatest.finder.ExpandTestFinder
-
- export(Map) - Method in class com.sun.interview.Interview
-
- export(Map) - Method in class com.sun.interview.Question
-
- EXPORT_IGNORE_ALL_EXCEPTIONS - Static variable in class com.sun.interview.Interview
-
A value indicating that export should ignore all exceptions that arise
while calling each question's export method.
- EXPORT_IGNORE_NO_EXCEPTIONS - Static variable in class com.sun.interview.Interview
-
A value indicating that export should not ignore any exceptions that arise
while calling each question's export method.
- EXPORT_IGNORE_RUNTIME_EXCEPTIONS - Static variable in class com.sun.interview.Interview
-
A value indicating that export should ignore runtime exceptions that arise
while calling each question's export method.
- EXPR - Static variable in class com.sun.javatest.Keywords
-
A constant to indicate that an expression keyword should be matched.
- EXPR - Static variable in interface com.sun.javatest.Parameters.MutableKeywordsParameters
-
A constant used to indicate that tests that match the
given keyword expression should be selected.
- ext - Variable in class com.sun.javatest.exec.InterviewEditor
-
- ExtensionFileFilter - Class in com.sun.interview
-
A filter which accepts files based on their extension.
- ExtensionFileFilter(String, String) - Constructor for class com.sun.interview.ExtensionFileFilter
-
Create a filter which accepts files based on their extension.
- ExtensionFileFilter(String[], String) - Constructor for class com.sun.interview.ExtensionFileFilter
-
Create a filter which accepts files based on their extension.
- EXTERNAL_PREF - Static variable in class com.sun.interview.Interview
-