Up

Module Stable_unit_test

The tests generated by these functors are run like any other unit tests: by the inline test runner when the functor is applied.

See stable_unit_test_intf.ml for documentation regarding the argument module types.

Signature

We provide separate access to sexp serialization and deserialization tests because some stable types will have varying sexp serializations.
module Make (T : Stable_unit_test_intf.Arg) : sig .. end
Include all of the above tests.
See stable_unit_test_intf.ml for documentation.