OUnitLoggerSourceSee OUnit.mli.
type 'result test_event = | EStart| EEnd| EResult of 'result| ELog of log_severity * string| ELogRaw of stringSee OUnit.mli.
type ('path, 'result) global_event = | GConf of string * stringDump a configuration options.
*)| GLog of log_severity * string| GStartStart running the tests.
*)| GEndFinish running the tests.
*)| GResults of float * ('path, 'result) result_full list * intEvents which occur at the global level.
type ('path, 'result) log_event_t = | GlobalEvent of ('path, 'result) global_event| TestEvent of 'path * 'result test_eventtype ('path, 'result) log_event = {shard : string;timestamp : float;event : ('path, 'result) log_event_t;}