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.8.tar.gz
sha256=2e30fe79648e928b5a9d20f83d5a1a805826c7193e821464a9e4752661ba2e0e
md5=bd12d66c9dbd95a50570bb686b0f10f5
doc/oUnit.advanced/OUnitState/index.html
Module OUnitState
Source
Manipulate the state of OUnit runner.
Source
type 'worker next_test_case_t =
| Not_enough_worker
| Try_again
| Next_test_case of OUnitTest.path * OUnitTest.test_fun * 'worker
| Finished
Source
type 'worker test_running = {
test_length : OUnitTest.test_length;
deadline : time;
next_health_check : time;
worker : 'worker;
}
Source
type 'worker t = {
tests_planned : (OUnitTest.path * (OUnitTest.test_length * OUnitTest.test_fun)) list;
tests_running : (OUnitTest.path * 'worker test_running) list;
tests_passed : (OUnitTest.result_full * OUnitTest.result_list) list;
idle_workers : 'worker list;
chooser : OUnitChooser.chooser;
cache : OUnitCache.cache;
health_check_interval : time;
}
Source
val create :
(int, unit -> unit) Hashtbl.t ->
OUnitChooser.chooser ->
(OUnitTest.path * OUnitTest.test_length * OUnitTest.test_fun) list ->
'a t
Source
val add_test_results :
(int, unit -> unit) Hashtbl.t ->
(OUnitTest.result_full * OUnitTest.result_list) ->
'a t ->
'a t
Source
val test_finished :
(int, unit -> unit) Hashtbl.t ->
(OUnitTest.result_full * OUnitTest.result_list) ->
'a ->
'a t ->
'a t
Source
val next_test_case :
(int, unit -> unit) Hashtbl.t ->
(OUnitTest.path, OUnitTest.result) OUnitLogger.logger ->
'a t ->
'a next_test_case_t * 'a t
Get all the results.
Get all the workers that need to be checked for their health.
Update the activity of a worker, this postpone the next health check.
Get all the workers that are timed out, i.e. that need to be stopped.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>