qcheck.quickcheck

Random Testing with arbitrary data.

Members

Enums

QCheckResult
enum QCheckResult

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

Functions

quickCheck
bool quickCheck(Config config)

Feed testee with arbitrary data to check that it behaves correctly.

Meta