Uses of Class
com.sun.javatest.TestResult.ReloadFault
-
Packages that use TestResult.ReloadFault Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of TestResult.ReloadFault in com.sun.javatest
Methods in com.sun.javatest that throw TestResult.ReloadFault Modifier and Type Method Description TestResult.Section
TestResult. getSection(int index)
Get the section specified by index.Constructors in com.sun.javatest that throw TestResult.ReloadFault Constructor Description TestResult(java.io.File file)
Reconstruct the results of a previously run test.
-