Uses of Class
com.sun.javatest.TestResultTable.Fault
-
Packages that use TestResultTable.Fault Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of TestResultTable.Fault in com.sun.javatest
Methods in com.sun.javatest that throw TestResultTable.Fault Modifier and Type Method Description java.util.Enumeration
TestResultTable. elements(java.io.File[] tests, TestFilter[] filters)
Same as getIterator() with the same args.TestResultTable.TreeIterator
TestResultTable. getIterator(java.io.File[] tests, TestFilter[] filters)
Get an iterator capable of producing a filtered view of the test suite.boolean
TestResultTable. prune()
boolean
TestResultTable. prune(TestResultTable.TreeNode node)
Removes empty nodes (things with no tests below them).boolean
TestResultTable. refreshIfNeeded(TestResultTable.TreeNode node)
Refresh a folder if the files on disk have been modified since the folder was read.boolean
TestResultTable. refreshIfNeeded(java.lang.String test)
Refresh a test if the files on disk have been modified since the test was read.
-