Values.TestReportSummarySourceInformation about a test report.
type nonrec t = {total : WrapperInt.t option;The number of test cases in this TestReportSummary. The total includes truncated test cases.
*)statusCounts : ReportStatusCounts.t option;A map that contains the number of each type of status returned by the test results in this TestReportSummary.
*)durationInNanoSeconds : WrapperLong.t option;The number of nanoseconds it took to run all of the test cases in this report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of WrapperInt.t
| `Long of WrapperLong.t
| `Map of
([> `String of String_.t ] * [> `Integer of WrapperInt.t ]) list ])
list ]