Matcher.Test_outcome
type t = {
expectations : Fmt.t Cst.t Expect_test_common.Expectation.t Base.Map.M(Expect_test_common.File.Location).t; |
uncaught_exn_expectation : Fmt.t Cst.t Expect_test_common.Expectation.t Base.option; |
saved_output : Saved_output.t Base.Map.M(Expect_test_common.File.Location).t; |
trailing_output : Saved_output.t; |
uncaught_exn : Saved_output.t Base.option; |
upon_unreleasable_issue : Expect_test_config_types.Upon_unreleasable_issue.t; |
}
Outcome of a group of test. Either a single let%expect_test
, or a whole file for toplevel expect test.