|
OpenTAP 9.31
API Reference
|
Common base class for TestStepRun and TestPlanRun. More...
Public Member Functions | |
| TestRun () | |
| Creates a new TestRun | |
Properties | |
| Guid | Id [getprotected set] |
| ID of this test run; can be used to uniquely identify a TestStepRun or TestPlanRun. | |
| Verdict | Verdict [get] |
| OpenTap.Verdict resulting from the run. | |
| Exception | Exception [getset] |
| Exception causing the Verdict to be 'Error'. | |
| virtual TimeSpan | Duration [getprotected set] |
| Length of time it took to run. | |
| DateTime | StartTime [getset] |
| Time when the test started as a DateTime object. | |
| long | StartTimeStamp [getprotected set] |
| Time when the test started as ticks of the high resolution hardware counter. Use with Stopwatch.GetTimestamp and Stopwatch.Frequency to convert to a timestamp. | |
| ResultParameters | Parameters [getprotected set] |
| A list of parameters associated with this run that can be used by ResultListener. | |
Common base class for TestStepRun and TestPlanRun.
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:37