Module qcheck.quickcheck

Random Testing with arbitrary data.

Functions

NameDescription
quickCheck(config) Feed testee with arbitrary data to check that it behaves correctly.

Enums

NameDescription
QCheckResult Result of a testee. It is okay for a testee to just return a boolean result.