package qcstm

  1. Overview
  2. Docs
A simple state-machine framework for OCaml based on QCheck

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.1.tar.gz
md5=aea97b691038c9c93d1378ba4d5ad7ad

Description

This library implements a simple, typed state machine framework for property-based testing of imperative code. Tests are described by (a generator of) symbolic commands and two command interpreters over an abstract model and the system under test.

The library requires a recent installation of the QCheck framework.

Dependencies (4)

  1. ocamlbuild build
  2. ocamlfind build
  3. qcheck >= "0.8"
  4. ocaml >= "4.05.0"

Dev Dependencies (3)

  1. ctypes-foreign with-test
  2. ctypes with-test & < "0.18.0"
  3. ppx_deriving with-test

Used by

None

Conflicts

None