OUnitDiff.ListSimpleMake
Collection of elements based on a List, order matters but difference display is very simple. It stops at the first element which differs.
module D : DIFF_ELEMENT
type e = D.t
Type of an element
type t = D.t list
Type of a collection of element
val pp_printer : Stdlib.Format.formatter -> t -> unit
Pretty printer a collection of element
assert_equal
with ~diff
, ~cmp
and ~printer
predefined for this collection events