Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
Modifier and Type | Class and Description |
---|---|
static class |
TestResult.ReloadFault
This exception ay occur anytime the JTR file is being read from the filesystem.
|
static class |
TestResult.ResultFileNotFoundFault
This exception is thrown if the JTR file cannot be found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TestFilter.accepts(TestResult tr) |
boolean |
TestFilter.accepts(TestResult tr,
TestFilter.Observer o) |
TestDescription |
TestResult.getDescription()
Get the description of the test from which this result was created.
|
java.util.Map |
TestResult.getEnvironment()
Get a copy of the environment that this object has stored.
|
java.lang.String |
TestResult.getProperty(java.lang.String name)
Get the value of a property of this test result.
|
void |
TestResult.reloadFromWorkDir(WorkDirectory workDir)
Reconstruct the results of a previously run test.
|
Constructor and 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.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.