package base_quickcheck
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Randomized testing framework, designed for compatibility with Base
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.1.tar.gz
md5=df06909b62c9e34e9e5436993d6d998d
sha512=d345b0333508f6f49fe636455139e563b0594bd2cf56534d2f42ed083906e41bb4e009996ed7db8989d8409899d25cfcdbd71021260486c310f7e0fd63df56d9
doc/base_quickcheck/Base_quickcheck/index.html
Module Base_quickcheckSource
Generators are sources of random values. Every randomized test needs a generator to produce its inputs.
Observers create random functions. Generator.fn creates a random function using an observer for the input type and a generator for the output type.
Shrinkers produce small values from large values. When a random test case fails, a shrinker finds the simplest version of the problem.
Use the Test module to run randomized tests. Each randomized test needs a generator, a shrinker, and a property to test.
Provides default generators, observers, and shrinkers for built-in types. Follows ppx_quickcheck naming conventions.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>