()
| 90 | } |
| 91 | |
| 92 | func (r *TestRun) FullID() string { |
| 93 | return r.testName + "/" + r.id |
| 94 | } |
| 95 | |
| 96 | // Run executes the Run function with a self-managed log writer, panic handler, |
| 97 | // error recording and duration recording. The test error is returned. |
no outgoing calls