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<TestResult>TestResultTable. elements(java.io.File[] tests, TestFilter... filters)Same as getIterator() with the same args.TestResultTable.TreeIteratorTestResultTable. getIterator(java.io.File[] tests, TestFilter... filters)Get an iterator capable of producing a filtered view of the test suite.booleanTestResultTable. refreshIfNeeded(java.lang.String test)Refresh a test if the files on disk have been modified since the test was read.
-