package ounit
Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks
Install
Dune Dependency
Authors
Maintainers
Sources
ounit-2.0.5.tar.gz
sha256=c04a53bfab11789a3d333d2a4fb16cdfaa71e2f8fb34edfc6a93b3e85f1fcd68
md5=dbda9f8a5afe33461f638c2cc0a9e8f6
doc/oUnit.advanced/OUnitLogger/index.html
Module OUnitLogger
Source
See OUnit.mli.
Source
type 'result test_event =
| EStart
| EEnd
| EResult of 'result
| ELog of log_severity * string
| ELogRaw of string
See OUnit.mli.
Source
type ('path, 'result) global_event =
| GConf of string * string
(*Dump a configuration options.
*)| GLog of log_severity * string
| GStart
(*Start running the tests.
*)| GEnd
(*Finish running the tests.
*)| GResults of float * ('path, 'result) result_full list * int
Events which occur at the global level.
Source
type ('path, 'result) log_event_t =
| GlobalEvent of ('path, 'result) global_event
| TestEvent of 'path * 'result test_event
Source
type ('path, 'result) log_event = {
shard : string;
timestamp : float;
event : ('path, 'result) log_event_t;
}
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>