package ounit2
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OUnit testing framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
ounit-2.2.6.tbz
sha256=0690fb1e0e90a18eed5c3566b3cc1825d98b0e8c7d51bb6b846c95c45a615913
sha512=d7cb36a1fe245d02afab606cd1ee755a178ee4cb18fbbfec1df32baa88fa90ef6c9a50d9fd5bde46c7fd9c481f2debe4bafac75c4e3bdfbdb63fc18b0ccce3cc
doc/ounit2.advanced/OUnitRunner/GenericWorker/index.html
Module OUnitRunner.GenericWorkerSource
Build worker based runner.
Source
type message_from_worker = | AckExit| Log of OUnitTest.log_event_t| Lock of int| Unlock of int| TestDone of OUnitTest.result_full * OUnitTest.result_list
Source
type map_test_cases =
(OUnitTest.path * OUnitTest.test_length * (OUnitTest.ctxt -> unit)) MapPath.tSource
val main_worker_loop :
yield:(unit -> 'a) ->
shard_id:string ->
worker_log_file:bool ->
OUnitConf.conf ->
worker_channel ->
map_test_cases ->
unitSource
type 'a worker = {channel : (message_to_worker, message_from_worker) channel;close_worker : unit -> string option;select_fd : 'a;shard_id : string;is_running : unit -> bool;
}Source
type 'a worker_creator =
shard_id:string ->
master_id:string ->
worker_log_file:bool ->
OUnitConf.conf ->
map_test_cases ->
'a worker sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>