package ounit2

  1. Overview
  2. Docs
OUnit testing framework

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/ounit2.advanced/OUnitUtils/index.html

Module OUnitUtilsSource

Utilities for OUnit

  • author Sylvain Le Gall
Sourceval is_blank : char -> bool
Sourceval trim : string -> string
Sourceval trim_comment : string -> string
Sourceval split_lines : string -> string list
Sourceval starts_with : prefix:string -> string -> bool
Sourceval start_substr : prefix:string -> string -> bool * string
Sourceval extract_backtrace_position : string -> (string * int) option list
Sourceval cmp_float : ?epsilon:float -> float -> float -> bool
Sourceval buff_format_printf : (Format.formatter -> 'a) -> string
Sourceval mapi : ('a -> int -> 'b) -> 'a list -> 'b list
Sourceval fold_lefti : ('a -> 'b -> int -> 'a) -> 'a -> 'b list -> 'a
Sourceval now : unit -> float
Sourceval time_fun : ('a -> 'b) -> 'a -> float * 'b
Sourceval date_iso8601 : ?tz:bool -> float -> string
Sourceval buildir : string
Sourceval failwithf : ('a, unit, string, 'b) format4 -> 'a
Sourceval opt : ('a -> unit) -> 'a option -> unit
Sourceval fqdn : unit -> string
Sourceval shardf : int -> string
Sourceval string_of_process_status : Unix.process_status -> string
Sourceval make_counter : unit -> (unit -> ('a * int) list) * ('a -> unit)
OCaml

Innovation. Community. Security.