Uses of Class
com.sun.javatest.KnownFailuresList
Packages that use KnownFailuresList
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.
This package provides API for generating reports about test runs.
-
Uses of KnownFailuresList in com.sun.javatest
Methods in com.sun.javatest that return KnownFailuresListModifier and TypeMethodDescriptionInterviewParameters.getKnownFailuresList()
Get the combined known failures list.Methods in com.sun.javatest with parameters of type KnownFailuresListModifier and TypeMethodDescriptionvoid
KnownFailuresList.merge
(KnownFailuresList other) Merge the contents of another exclude list into this one. -
Uses of KnownFailuresList in com.sun.javatest.interview
Methods in com.sun.javatest.interview that return KnownFailuresListModifier and TypeMethodDescriptionKnownFailuresListInterview.getKfl()
BasicInterviewParameters.getKnownFailuresList()
Get the combined known failures list - a calculated combination of all the input KFL files which were specified. -
Uses of KnownFailuresList in com.sun.javatest.report
Fields in com.sun.javatest.report declared as KnownFailuresList