Uses of Class
com.sun.javatest.KnownFailuresList

Packages that use KnownFailuresList
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
 KnownFailuresList InterviewParameters.getKnownFailuresList()
          Get the combined known failures list.
 

Methods in com.sun.javatest with parameters of type KnownFailuresList
 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
 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
protected  KnownFailuresList KflSorter.kfl
           
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.