Module Exenum_lwt.Lwt_tester

Lwt version of Exenum.tester

val tester : 'a Exenum.t ‑> ?⁠from:Z.t ‑> ?⁠upto:Z.t ‑> ?⁠verbose_period:int ‑> ?⁠tos:('a ‑> string) ‑> len:int ‑> ('a ‑> unit Lwt.t) ‑> unit Lwt.t

Note that tester does not comply with non-lwt exceptions: some exceptions may get lost.