Uses of Class
com.sun.javatest.TestResult.Fault
-
Packages that use TestResult.Fault Package Description com.sun.javatest 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.javatest Modifier and Type Class Description static classTestResult.ReloadFaultThis exception ay occur anytime the JTR file is being read from the filesystem.static classTestResult.ResultFileNotFoundFaultThis exception is thrown if the JTR file cannot be found.Methods in com.sun.javatest that throw TestResult.Fault Modifier and Type Method Description booleanTestFilter. accepts(TestResult tr)booleanTestFilter. accepts(TestResult tr, TestFilter.Observer o)TestDescriptionTestResult. getDescription()Get the description of the test from which this result was created.java.util.Map<java.lang.String,java.lang.String>TestResult. getEnvironment()Get a copy of the environment that this object has stored.java.lang.StringTestResult. getProperty(java.lang.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.Fault Constructor Description TestResult(TestDescription td, WorkDirectory workDir)Reconstruct the results of a previously run test.TestResult(WorkDirectory workDir, java.lang.String workRelativePath)Reconstruct the results of a previously run test.
-