package qcheck-stm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
State-machine testing library for sequential and parallel model-based tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.10.tar.gz
md5=ed5980f1cfbfa1e2d2ec5a87954dddf8
sha512=90c451903adb7cbd83aa0f2ad7738d662edc23affb669ed762564cdb2e140ca931afeaabc199fbb6028163fc41c17049961bef7fd2664c677cb1df552d10736d
doc/qcheck-stm.stm/STM/SpecDefaults/index.html
Module STM.SpecDefaultsSource
Default implementations for state machine specifications that can be given useful defaults.
The intention is that extended spec modules would include the defaults:
module MySpec = struct
include SpecDefaults
(* ... *)
endThis way the spec module can usually just continue working after new specifications have been added to SpecExt with defaults in SpecDefaults.
cleanup sut just returns ().
precond cmd state just returns true.
wrap_cmd_seq thunk is equivalent to thunk ().
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>