in reply to Theorem proving and Unit testing
QuickCheck is a tool for testing Haskell programs automatically. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Theorem proving and Unit testing
by stvn (Monsignor) on Aug 25, 2004 at 22:26 UTC | |
by sleepingsquirrel (Chaplain) on Aug 26, 2004 at 16:59 UTC |