|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExcludeList | |
---|---|
com.sun.javatest | This package provides facilities for reading, executing and monitoring tests. |
com.sun.javatest.interview | This package provides a configuration interview for legacy test suites which do not provide their own interview, and also provides sub-interviews which may be used to build a custom interview with standard questions for the standard sections. |
Uses of ExcludeList in com.sun.javatest |
---|
Methods in com.sun.javatest that return ExcludeList | |
---|---|
ExcludeList |
BasicParameters.getExcludeList()
|
ExcludeList |
TestRunner.getExcludeList()
Get the exclude list to be used to identify the test cases to be excluded when running tests. |
ExcludeList |
InterviewParameters.getExcludeList()
|
ExcludeList |
Parameters.getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run. |
ExcludeList |
Parameters.ExcludeListParameters.getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run. |
ExcludeList |
ExcludeListFilter.getExcludeList()
Get the exclude list used to filter out tests for this filter. |
Methods in com.sun.javatest with parameters of type ExcludeList | |
---|---|
void |
ExcludeList.merge(ExcludeList other)
Merge the contents of another exclude list into this one. |
Constructors in com.sun.javatest with parameters of type ExcludeList | |
---|---|
ExcludeListFilter(ExcludeList t)
Create a test filter that filters out tests that appear in an exclude list. |
Uses of ExcludeList in com.sun.javatest.interview |
---|
Methods in com.sun.javatest.interview that return ExcludeList | |
---|---|
ExcludeList |
ExcludeListInterview.getExcludeList()
Get the exclude list generated from the exclude list files in the interview. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |