Requests this Test to run and produce a report. It is critical for the test infrastructure that implementations never throw exceptions from the run method, even if an error occurs internally in the test.
()
| 66 | * |
| 67 | */ |
| 68 | TestReport run(); |
| 69 | |
| 70 | /** |
| 71 | * Returns this <code>Test</code>'s parent, in case this |
no outgoing calls