|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Report | |
|---|---|
| com.sun.dtv.test | Provides an extensive test harness support. |
| Uses of Report in com.sun.dtv.test |
|---|
| Methods in com.sun.dtv.test that return Report | |
|---|---|
static Report |
Report.error(TestCase test,
String reason)
Create a Report to indicate that an error occurred while trying to run a test: i.e. the test did not complete for some reason, and so it could not determine whether what was being tested passed or failed. |
static Report |
Report.failed(TestCase test,
String reason)
Create a Report to indicate the unsuccessful outcome of a test: i.e. the test completed, but the test determined that what was being tested did not pass the test. |
static Report |
Report.notRun(TestCase test,
String reason)
Create a Report to indicate that the test has not yet been run. |
static Report |
Report.passed(TestCase test,
String reason)
Create a Report to indicate the successful outcome of a test. |
Report |
TestCase.run(String[] args)
Runs the test embodied by the implementation. |
static Report |
Report.unresolved(TestCase test,
String reason)
Create a Report to indicate that the test has produced indecisive results. |
| Methods in com.sun.dtv.test with parameters of type Report | |
|---|---|
static void |
TestHarness.sendReport(int testid,
Report report)
This alias method allows to send the report of the given testcase back to the test server. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||