www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: Unit Testing for "D".

reply bearophile <bearophileHUGS lycos.com> writes:
Nick B:
 Does anyone have an interest in this area on this newsgroup ?

I think D may enjoy a QuickCheck-like unit testing system: http://www.foomongers.org.uk/videos/spj-typedriventestinginhaskell.html http://www.cs.chalmers.se/~rjmh/QuickCheck/ Partial Python version: http://www.accesscom.com/~darius/software/clickcheck.html A Java version shows that something similar may be possible for D too: http://reductiotest.org/ Bye, bearophile
May 27 2008
parent Nick B <nick.barbalich gmail.com> writes:
bearophile wrote:
 Nick B:
 Does anyone have an interest in this area on this newsgroup ?

I think D may enjoy a QuickCheck-like unit testing system: http://www.foomongers.org.uk/videos/spj-typedriventestinginhaskell.html http://www.cs.chalmers.se/~rjmh/QuickCheck/ Partial Python version: http://www.accesscom.com/~darius/software/clickcheck.html A Java version shows that something similar may be possible for D too: http://reductiotest.org/ Bye, bearophile

Thanks to bearophile and the others for their post on this subject. NickB
May 29 2008