Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Delphi components ship with unit tests? [closed]

Given the popularity of unit testing, and the inclusion of DUnit with Delphi, has this been embraced by any component vendors who have released their source along with a suite of unit tests?

I'm looking for examples to share with other developers.

like image 559
Darian Miller Avatar asked Sep 30 '11 04:09

Darian Miller


1 Answers

DWScript ships with a large collection of DUnit-based tests, most of them "hand-made", and also leverages Delphi Code Coverage (see also the DCC Wizard project).

like image 59
Eric Grange Avatar answered Nov 02 '22 04:11

Eric Grange