package ounit2
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OUnit testing framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
ounit-v2.2.3.tbz
sha256=e280a64aa7df64bd7335c9ed68a70d6ee168b39ae8bbfb6daedd2f4a04844ad9
sha512=dff04859d263e5f80a1606156d07493d0320a2756d0a7f134c63c53078550c7b056587486922bc66a288413af30c59a7e47157636502c6dd10626cf75587f981
doc/ounit2.advanced/OUnitResultSummary/index.html
Module OUnitResultSummarySource
Source
type test_data = {test_name : string;timestamp_start : float;timestamp_end : float;log_entries : log_entry list;test_result : OUnitTest.result;
}Source
type t = {suite_name : string;start_at : float;charset : string;conf : (string * string) list;running_time : float;global_results : OUnitTest.result_list;test_case_count : int;tests : test_data list;errors : int;failures : int;skips : int;todos : int;timeouts : int;successes : int;
}Source
val worst_result_full :
('a * OUnitTest.result * 'b) ->
('a * OUnitTest.result * 'b) list ->
('a * OUnitTest.result * 'b) * ('a * OUnitTest.result * 'b) listSource
val of_log_events :
OUnitConf.conf ->
(OUnitTest.MapPath.key, OUnitTest.result) OUnitLogger.log_event list ->
t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>