Uses of Class
com.sun.javatest.KnownFailuresList.Entry
Packages that use KnownFailuresList.Entry
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
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.EntryMethods in com.sun.javatest that return types with arguments of type KnownFailuresList.EntryModifier and TypeMethodDescriptionKnownFailuresList.getIterator
(boolean group) Iterate over the contents of the table.Methods in com.sun.javatest with parameters of type KnownFailuresList.EntryModifier and TypeMethodDescriptionvoid
KnownFailuresList.addEntry
(KnownFailuresList.Entry e) int
KnownFailuresList.Entry.compareTo
(KnownFailuresList.Entry e) -
Uses of KnownFailuresList.Entry in com.sun.javatest.report
Methods in com.sun.javatest.report that return KnownFailuresList.EntryModifier and TypeMethodDescriptionKflSorter.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.EntryModifier and TypeMethodDescriptionvoid
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.