package ounit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Unit testing framework loosely based on HUnit. It is similar to JUnit, and other XUnit testing frameworks
Install
dune-project
Dependency
Authors
Maintainers
Sources
ounit-2.0.7.tar.gz
sha256=ebd4c8edf0107e378ca2aebb876e217b8a9e9ae7d6b1263207a924cf32e425c6
md5=852bc74596501e79969eea522e1ae99e
doc/index.html
ounit
API
Library oUnit
Library oUnit.advanced
OUnitAssertOUnitBracketOUnitCacheOUnitCheckEnvOUnitChooserHeuristic to pick a test to run.OUnitConfOUnitCoreOUnitDiffUnit tests for collection of elementsOUnitLoggerOUnitLoggerHTMLOUnitLoggerHTMLDataOUnitLoggerJUnitOUnitLoggerStdOUnitPluginStandard functions for plugin (register, choose).OUnitPropListProperty list.OUnitResultSummaryOUnitRunnerOUnitRunnerProcessesUse processes to run several tests in parallel. * * Run processes that handle running tests. The processes read test, execute * it, and communicate back to the master the log. * * This need to be done in another process because ocaml Threads are not truly * concurrent. Moreover we cannot use Unix.fork because it's not portableOUnitSharedOUnitStateManipulate the state of OUnit runner.OUnitTestOUnitTestDataOUnitUtils* Utilities for OUnit * *
Library oUnit.threads
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page