Posted on Sep 13, 2011 by
Grumpy Rabbit
We need a command line tool that runs QuickCheck properties of a compiled Frege module.
The tool would inspect the symbol table of a module (much like the Doc tool does) to find out the names of the properties. For each name, the property would be checked by simulating execution of that property. This may involve a bit of java reflection hackery.
Comment #1
Posted on Sep 17, 2011 by Grumpy Rabbit(No comment was entered for this change.)
Comment #2
Posted on Oct 18, 2011 by Grumpy Rabbit(No comment was entered for this change.)
Status: New
Labels:
Type-Enhancement
Priority-Low
Component-Scripts