Uses of Class
com.sun.javatest.TestResult.Fault
Packages that use TestResult.Fault
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestResult.Fault in com.sun.javatest
Subclasses of TestResult.Fault in com.sun.javatestModifier and TypeClassDescriptionstatic classThis exception ay occur anytime the JTR file is being read from the filesystem.static classThis exception is thrown if the JTR file cannot be found.Methods in com.sun.javatest that throw TestResult.FaultModifier and TypeMethodDescriptionbooleanTestFilter.accepts(TestResult tr) booleanTestFilter.accepts(TestResult tr, TestFilter.Observer o) TestResult.getDescription()Get the description of the test from which this result was created.TestResult.getEnvironment()Get a copy of the environment that this object has stored.TestResult.getProperty(String name) Get the value of a property of this test result.voidTestResult.reloadFromWorkDir(WorkDirectory workDir) Reconstruct the results of a previously run test.Constructors in com.sun.javatest that throw TestResult.FaultModifierConstructorDescriptionTestResult(TestDescription td, WorkDirectory workDir) Reconstruct the results of a previously run test.TestResult(WorkDirectory workDir, String workRelativePath) Reconstruct the results of a previously run test.