OpenTAP 9.25
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 [get] |
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.25 API built Tue Aug 6 2024 07:49:24