Values_1.ObservationSummarySourceContains summary statistics about a test case execution.
type nonrec t = {totalObservations : Values_0.Count.t option;The total number of observations in the test case.
*)observationsPassed : Values_0.Count.t option;The number of observations that passed during execution.
*)observationsFailed : Values_0.Count.t option;The number of observations that failed during execution.
*)}