- key - Variable in class com.sun.interview.Question
-
A unique key to identify the resources for this question.
- keys() - Method in class com.sun.javatest.TestEnvironment
-
Enumerate the keys for this environment, including any inherited keys.
- keys() - Method in class com.sun.javatest.util.SortedProperties
-
- keySet() - Method in class com.sun.javatest.util.PrefixMap
-
- Keywords - Class in com.sun.javatest
-
A filter for sets of keywords, as found on test descriptions.
- Keywords() - Constructor for class com.sun.javatest.Keywords
-
- Keywords.Fault - Exception in com.sun.javatest
-
An exception used to report errors while using a Keywords object.
- KeywordScript - Class in com.sun.javatest.lib
-
Default script, which delegates to one of a number of scripts defined in
environment entries, according to the keywords on the test description.
- KeywordScript() - Constructor for class com.sun.javatest.lib.KeywordScript
-
- keywordsError - Variable in class com.sun.javatest.BasicParameters
-
A string to identify any errors that may have occurred when
setting the keywords parameters, or null if there were no such errors.
- KeywordsFilter - Class in com.sun.javatest
-
A test filter that filters tests according to the keywords on a test description.
- KeywordsFilter(Keywords) - Constructor for class com.sun.javatest.KeywordsFilter
-
Create a filter that filters tests according to a Keywords object.
- KeywordsInterview - Class in com.sun.javatest.interview
-
This interview collects the keyword parameters.
- KeywordsInterview(InterviewParameters) - Constructor for class com.sun.javatest.interview.KeywordsInterview
-
Create an interview.
- kfl - Variable in class com.sun.javatest.report.KflSorter
-
- KFL_FILE_VERSION - Static variable in class com.sun.javatest.KnownFailuresList
-
- KFLFILE_EXTN - Static variable in class com.sun.javatest.KnownFailuresList
-
The standard extension for KFL files.
- kflFiles - Variable in class com.sun.javatest.InterviewParameters
-
- KflPlainText - Class in com.sun.javatest.report
-
Class to emit KFL check results in plain text format.
- KflSorter - Class in com.sun.javatest.report
-
Support class to read and process a list of tests and test cases which are
known to fail during execution.
- KflSorter.TestDiff - Class in com.sun.javatest.report
-
Created for each result which somehow does not match what was expected
based on the KFL.
- KflSorter.TestDiff(String, TestResult, KflSorter.Transitions) - Constructor for class com.sun.javatest.report.KflSorter.TestDiff
-
- KflSorter.TestDiff(String, String, TestResult, KflSorter.Transitions) - Constructor for class com.sun.javatest.report.KflSorter.TestDiff
-
- KflSorter.Transitions - Enum in com.sun.javatest.report
-
- KnownFailuresList - Class in com.sun.javatest
-
Support class to read and process a list of tests and test cases which are
known to fail during execution.
- KnownFailuresList() - Constructor for class com.sun.javatest.KnownFailuresList
-
Create a new, empty KFL object.
- KnownFailuresList(File) - Constructor for class com.sun.javatest.KnownFailuresList
-
Create an KnownFailuresList from the data contained in a file.
- KnownFailuresList(File, boolean) - Constructor for class com.sun.javatest.KnownFailuresList
-
Create an KnownFailuresList from the data contained in a file.
- KnownFailuresList(File[]) - Constructor for class com.sun.javatest.KnownFailuresList
-
Create a KnownFailuresList from the data contained in a series of files.
- KnownFailuresList(File[], boolean) - Constructor for class com.sun.javatest.KnownFailuresList
-
Create a KnownFailuresList from the data contained in a series of files.
- KnownFailuresList.Entry - Class in com.sun.javatest
-
An entry in the exclude list.
- KnownFailuresList.Entry(String, String, String[], String) - Constructor for class com.sun.javatest.KnownFailuresList.Entry
-
Create an ExcludeList entry.
- KnownFailuresList.Fault - Exception in com.sun.javatest
-
This exception is used to report problems manipulating an exclude list.
- KnownFailuresListInterview - Class in com.sun.javatest.interview
-
This interview collects the "kfl" test filter parameters.
- KnownFailuresListInterview(InterviewParameters) - Constructor for class com.sun.javatest.interview.KnownFailuresListInterview
-
Create an interview.