fuzz-test


Vocabulary
tools.test.fuzz

Syntax
[ generator ] [ predicate ] fuzz-test


Word description
A fuzz test trial is run by generating a set of inputs from the generator quotation and checking the properties of those inputs using the predicate quotation.

The number of fuzz test trials that are run is indicated by fuzz-test-trials.

Definition