www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Property-based testing

reply Russel Winder via Digitalmars-d <digitalmars-d puremagic.com> writes:
Is anyone out there doing a property-based testing framework for D?

--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.n=
et
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
Jan 16 2017
next sibling parent Mark <smarksc gmail.com> writes:
On Monday, 16 January 2017 at 14:15:16 UTC, Russel Winder wrote:
 Is anyone out there doing a property-based testing framework 
 for D?
There have been several attempts to implement such a framework, e.g. [1]. If you run a search for "quickcheck" in the forums, you'll probably find them all. [1] https://github.com/mcandre/dashcheck
Jan 16 2017
prev sibling parent Atila Neves <atila.neves gmail.com> writes:
On Monday, 16 January 2017 at 14:15:16 UTC, Russel Winder wrote:
 Is anyone out there doing a property-based testing framework 
 for D?
https://github.com/atilaneves/unit-threaded/blob/master/source/unit_threaded/property/package.d Atila
Jan 17 2017