package ounit2

  1. Overview
  2. Docs
OUnit testing framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ounit-v2.2.3.tbz
sha256=e280a64aa7df64bd7335c9ed68a70d6ee168b39ae8bbfb6daedd2f4a04844ad9
sha512=dff04859d263e5f80a1606156d07493d0320a2756d0a7f134c63c53078550c7b056587486922bc66a288413af30c59a7e47157636502c6dd10626cf75587f981

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.