[Haskell-cafe] Re: Zero-arity tests in QuickCheck and displaying
expected result
Donald Bruce Stewart
dons at cse.unsw.edu.au
Mon Apr 16 17:18:22 EDT 2007
I usually roll a new driver for each project, for example:
http://www.cse.unsw.edu.au/~dons/code/fps/tests/QuickCheckUtils.hs
and a smp parallel driver,
http://www.cse.unsw.edu.au/~dons/code/pqc/Test/QuickCheck/Parallel.hs
There's a few examples in Test.QuickCheck too.
joelr1:
> Are there any examples of such custom drivers?
>
> On Apr 16, 2007, at 10:09 PM, Donald Bruce Stewart wrote:
>
> >That's just the default driver. Plenty of custom drivers exist which
> >compare the output. The QC driver is just a function you implement,
> >after all.
>
> --
> http://wagerlabs.com/
>
>
>
>
More information about the Haskell-Cafe
mailing list