Thread overview
Property-based testing
Jan 16, 2017
Russel Winder
Jan 16, 2017
Mark
Jan 17, 2017
Atila Neves
January 16, 2017
Is anyone out there doing a property-based testing framework for D?

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 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

January 16, 2017
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
January 17, 2017
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