Uses of Class
com.sun.javatest.KnownFailuresList.Entry

Packages that use KnownFailuresList.Entry
com.sun.javatest This package provides facilities for reading, executing and monitoring tests. 
com.sun.javatest.report This package provides API for generating reports about test runs. 
 

Uses of KnownFailuresList.Entry in com.sun.javatest
 

Methods in com.sun.javatest that return KnownFailuresList.Entry
 KnownFailuresList.Entry[] KnownFailuresList.find(java.lang.String url)
           
 KnownFailuresList.Entry KnownFailuresList.find(java.lang.String url, java.lang.String tc)
           
static KnownFailuresList.Entry KnownFailuresList.Entry.read(java.lang.String text)
          Create an entry from a string.
 

Methods in com.sun.javatest that return types with arguments of type KnownFailuresList.Entry
 java.util.Iterator<KnownFailuresList.Entry> KnownFailuresList.getIterator(boolean group)
          Iterate over the contents of the table.
 

Methods in com.sun.javatest with parameters of type KnownFailuresList.Entry
 void KnownFailuresList.addEntry(KnownFailuresList.Entry e)
           
 

Uses of KnownFailuresList.Entry in com.sun.javatest.report
 

Methods in com.sun.javatest.report that return KnownFailuresList.Entry
 KnownFailuresList.Entry KflSorter.TestDiff.getKflEntry()
          Not normally used, but can be used as a secondary way to get the associated KFL entry.
 

Methods in com.sun.javatest.report with parameters of type KnownFailuresList.Entry
 void KflSorter.TestDiff.setKflEntry(KnownFailuresList.Entry e)
          Not normally used, but can be used as a backup if there is a special case where looking up the entry later would fail.
 



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