Uses of Class
com.sun.javatest.KnownFailuresList.Entry
-
Packages that use KnownFailuresList.Entry Package Description 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 Modifier and Type Method Description KnownFailuresList.Entry[]KnownFailuresList. find(java.lang.String url)KnownFailuresList.EntryKnownFailuresList. find(java.lang.String url, java.lang.String tc)static KnownFailuresList.EntryKnownFailuresList.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 Modifier and Type Method Description 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 Modifier and Type Method Description voidKnownFailuresList. addEntry(KnownFailuresList.Entry e)intKnownFailuresList.Entry. compareTo(KnownFailuresList.Entry e) -
Uses of KnownFailuresList.Entry in com.sun.javatest.report
Methods in com.sun.javatest.report that return KnownFailuresList.Entry Modifier and Type Method Description KnownFailuresList.EntryKflSorter.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 Modifier and Type Method Description voidKflSorter.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.
-