package ounit2

  1. Overview
  2. Docs
OUnit testing framework

Install

Dune Dependency

Authors

Maintainers

Sources

ounit-v2.2.4.tbz
sha256=b5c069a5d957220ca0669e945f1e81e6b6db9622766d860913e136e1168e3345
sha512=d69dc501a360c31f7854322b5e2c2abcb1e43890737e1cc00c167ee104d5dee471b6b8d8186f8044b0482c91a8f15210a25d833a1e03ed7baabfba923815962f

doc/ounit2.advanced/OUnitDiff/module-type-S/index.html

Module type OUnitDiff.SSource

Definition of standard operations

Sourcetype e

Type of an element

Sourcetype t

Type of a collection of element

Sourceval compare : t -> t -> int

Compare a collection of element

Sourceval pp_printer : Format.formatter -> t -> unit

Pretty printer a collection of element

Sourceval pp_diff : Format.formatter -> (t * t) -> unit

Pretty printer for collection differences

Sourceval assert_equal : ?msg:string -> t -> t -> unit

assert_equal with ~diff, ~cmp and ~printer predefined for this collection events

Sourceval of_list : e list -> t

Create t using of list

OCaml

Innovation. Community. Security.