Matcher.Test_outcome
type t = {
expectations : Expect_test_matcher__.Fmt.t Expect_test_matcher__.Cst.t
Expect_test_common.Expectation.t
Expect_test_common.File.Location_map.t;
uncaught_exn_expectation : Expect_test_matcher__.Fmt.t
Expect_test_matcher__.Cst.t
Expect_test_common.Expectation.t
option;
saved_output : Saved_output.t Expect_test_common.File.Location_map.t;
trailing_output : Saved_output.t;
uncaught_exn : Saved_output.t option;
upon_unreleasable_issue : Expect_test_config_types.Upon_unreleasable_issue.t;
}