Uses of Class
com.sun.javatest.ExcludeList
Packages that use ExcludeList
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
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 ExcludeListModifier and TypeMethodDescriptionBasicParameters.getExcludeList()
ExcludeListFilter.getExcludeList()
Get the exclude list used to filter out tests for this filter.InterviewParameters.getExcludeList()
Parameters.ExcludeListParameters.getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.Parameters.getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.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 ExcludeListModifier and TypeMethodDescriptionvoid
ExcludeList.merge
(ExcludeList other) Merge the contents of another exclude list into this one.Constructors in com.sun.javatest with parameters of type ExcludeListModifierConstructorDescriptionCreate 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 ExcludeListModifier and TypeMethodDescriptionExcludeListInterview.getExcludeList()
Get the exclude list generated from the exclude list files in the interview.