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.
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.
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).