Uses of Class
com.sun.javatest.ExcludeList
-
Packages that use ExcludeList Package Description 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 Modifier and Type Method Description ExcludeList
BasicParameters. getExcludeList()
ExcludeList
ExcludeListFilter. getExcludeList()
Get the exclude list used to filter out tests for this filter.ExcludeList
InterviewParameters. getExcludeList()
ExcludeList
Parameters.ExcludeListParameters. getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.ExcludeList
Parameters. getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.ExcludeList
TestRunner. getExcludeList()
Get the exclude list to be used to identify the test cases to be excluded when running tests.Methods in com.sun.javatest with parameters of type ExcludeList Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description ExcludeList
ExcludeListInterview. getExcludeList()
Get the exclude list generated from the exclude list files in the interview.
-