Uses of Class
com.sun.javatest.KnownFailuresList
-
Packages that use KnownFailuresList 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.com.sun.javatest.report This package provides API for generating reports about test runs. -
-
Uses of KnownFailuresList in com.sun.javatest
Methods in com.sun.javatest that return KnownFailuresList Modifier and Type Method Description KnownFailuresList
InterviewParameters. getKnownFailuresList()
Get the combined known failures list.Methods in com.sun.javatest with parameters of type KnownFailuresList Modifier and Type Method Description void
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 KnownFailuresList Modifier and Type Method Description KnownFailuresList
KnownFailuresListInterview. getKfl()
KnownFailuresList
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 Modifier and Type Field Description protected KnownFailuresList
KflSorter. kfl
-