Values_2.TestCaseExecutionSourceContains information about a test case execution.
type nonrec t = {startTime : Values_0.Timestamp.t option;The timestamp when the test case execution started.
*)endTime : Values_0.Timestamp.t option;The timestamp when the test case execution ended.
*)testCaseExecutionId : Values_1.TestCaseExecutionId.t option;The identifier of the test case execution.
*)testCaseId : Values_0.TestCaseId.t option;The identifier of the test case.
*)testCaseExecutionStatus : Values_1.TestCaseExecutionStatus.t option;The status of the test case execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_1.TestCaseExecutionId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]